The C1OlapReportOptions type exposes the following members.

Constructors

  Name Description
Public method C1OlapReportOptions()()()()
Initializes a new instance of a C1OlapReportOptions.
Public method C1OlapReportOptions(ReportOptions)
Initializes a new instance of a C1OlapReportOptions.

Methods

  Name Description
Public method ClearValue
Clears the local value of a dependency property.
(Inherited from DependencyObject.)
Public method GetAnimationBaseValue
Returns any base value established for a Silverlight dependency property, which would apply in cases where an animation is not active.
(Inherited from DependencyObject.)
Public method GetValue
Returns the current effective value of a dependency property from a DependencyObject.
(Inherited from DependencyObject.)
Public method OnApplyTemplate
Builds the visual tree for the C1OlapReportOptions control when a new template is applied.
(Overrides FrameworkElement..::..OnApplyTemplate()()()().)
Public method ReadLocalValue
Returns the local value of a dependency property, if a local value is set.
(Inherited from DependencyObject.)
Public method SetValue
Sets the local value of a dependency property on a DependencyObject.
(Inherited from DependencyObject.)

Fields

  Name Description
Public field Static member BottomMarginProperty
Identifies the BottomMargin dependency property.
Public field Static member BottomPaddingProperty
Identifies the BottomPadding dependency property.
Public field Static member ChartScaleProperty
Identifies the ChartScale dependency property.
Public field Static member FooterCenterProperty
Identifies the FooterCenter dependency property.
Public field Static member FooterLeftProperty
Identifies the FooterLeft dependency property.
Public field Static member FooterRightProperty
Identifies the FooterRight dependency property.
Public field Static member GridScaleProperty
Identifies the GridScale dependency property.
Public field Static member HeaderCenterProperty
Identifies the HeaderCenter dependency property.
Public field Static member HeaderLeftProperty
Identifies the HeaderLeft dependency property.
Public field Static member HeaderRightProperty
Identifies the HeaderRight dependency property.
Public field Static member IncludeChartProperty
Identifies the IncludeChart dependency property.
Public field Static member IncludeGridProperty
Identifies the IncludeGrid dependency property.
Public field Static member IncludeRawProperty
Identifies the IncludeRaw dependency property.
Public field Static member LeftMarginProperty
Identifies the LeftMargin dependency property.
Public field Static member LeftPaddingProperty
Identifies the LeftPadding dependency property.
Public field Static member RawScaleProperty
Identifies the RawScale dependency property.
Public field Static member RightMarginProperty
Identifies the RightMargin dependency property.
Public field Static member RightPaddingProperty
Identifies the RightPadding dependency property.
Public field Static member ShowFooterSeparatorProperty
Identifies the ShowFooterSeparator dependency property.
Public field Static member ShowHeaderSeparatorProperty
Identifies the ShowHeaderSeparator dependency property.
Public field Static member TopMarginProperty
Identifies the TopMargin dependency property.
Public field Static member TopPaddingProperty
Identifies the TopPadding dependency property.

Properties

  Name Description
Public property BottomMargin
Gets or sets the bottom margin.
Public property BottomPadding
Gets or sets the bottom padding.
Public property ChartScale
Gets or sets the ScaleMode for the Chart.
Public property Dispatcher
Gets the Dispatcher this object is associated with.
(Inherited from DependencyObject.)
Public property FooterCenter
Gets or sets the text for the footer aligned to the center of the page.
Public property FooterLeft
Gets or sets the text for the footer aligned to the left of the page.
Public property FooterRight
Gets or sets the text for the footer aligned to the right of the page.
Public property GridScale
Gets or sets the ScaleMode for the Grid.
Public property HeaderCenter
Gets or sets the text for the header aligned to the center of the page.
Public property HeaderLeft
Gets or sets the text for the header aligned to the left of the page.
Public property HeaderRight
Gets or sets the text for the header aligned to the right of the page.
Public property IncludeChart
Gets or sets a value indicating whether the chart will be included in the document.
Public property IncludeGrid
Gets or sets a value indicating whether the grid will be included in the document.
Public property IncludeRaw
Gets or sets a value indicating whether the raw data will be included in the document.
Public property LeftMargin
Gets or sets the left margin.
Public property LeftPadding
Gets or sets the left padding.
Public property RawScale
Gets or sets the ScaleMode for the RawData.
Public property RightMargin
Gets or sets the right margin.
Public property RightPadding
Gets or sets the right padding.
Public property ShowFooterSeparator
Gets or sets a value indicating whether a footer separator will be included in the document.
Public property ShowHeaderSeparator
Gets or sets a value indicating whether a header separator will be included in the document.
Public property TopMargin
Gets or sets the top margin.
Public property TopPadding
Gets or sets the top padding.

See Also