DevExpress.XtraReports.v21.2.Extensions.xml 399 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924392539263927392839293930393139323933393439353936393739383939394039413942394339443945394639473948394939503951395239533954395539563957395839593960396139623963396439653966396739683969397039713972397339743975397639773978397939803981398239833984398539863987398839893990399139923993399439953996399739983999400040014002400340044005400640074008400940104011401240134014401540164017401840194020402140224023402440254026402740284029403040314032403340344035403640374038403940404041404240434044404540464047404840494050405140524053405440554056405740584059406040614062406340644065406640674068406940704071407240734074407540764077407840794080408140824083408440854086408740884089409040914092409340944095409640974098409941004101410241034104410541064107410841094110411141124113411441154116411741184119412041214122412341244125412641274128412941304131413241334134413541364137413841394140414141424143414441454146414741484149415041514152415341544155415641574158415941604161416241634164416541664167416841694170417141724173417441754176417741784179418041814182418341844185418641874188418941904191419241934194419541964197419841994200420142024203420442054206420742084209421042114212421342144215421642174218421942204221422242234224422542264227422842294230423142324233423442354236423742384239424042414242424342444245424642474248424942504251425242534254425542564257425842594260426142624263426442654266426742684269427042714272427342744275427642774278427942804281428242834284428542864287428842894290429142924293429442954296429742984299430043014302430343044305430643074308430943104311431243134314431543164317431843194320432143224323432443254326432743284329433043314332433343344335433643374338433943404341434243434344434543464347434843494350435143524353435443554356435743584359436043614362436343644365436643674368436943704371437243734374437543764377437843794380438143824383438443854386438743884389439043914392439343944395439643974398439944004401440244034404440544064407440844094410441144124413441444154416441744184419442044214422442344244425442644274428442944304431443244334434443544364437443844394440444144424443444444454446444744484449445044514452445344544455445644574458445944604461446244634464446544664467446844694470447144724473447444754476447744784479448044814482448344844485448644874488448944904491449244934494449544964497449844994500450145024503450445054506450745084509451045114512451345144515451645174518451945204521452245234524452545264527452845294530453145324533453445354536453745384539454045414542454345444545454645474548454945504551455245534554455545564557455845594560456145624563456445654566456745684569457045714572457345744575457645774578457945804581458245834584458545864587458845894590459145924593459445954596459745984599460046014602460346044605460646074608460946104611461246134614461546164617461846194620462146224623462446254626462746284629463046314632463346344635463646374638463946404641464246434644464546464647464846494650465146524653465446554656465746584659466046614662466346644665466646674668466946704671467246734674467546764677467846794680468146824683468446854686468746884689469046914692469346944695469646974698469947004701470247034704470547064707470847094710471147124713471447154716471747184719472047214722472347244725472647274728472947304731473247334734473547364737473847394740474147424743474447454746474747484749475047514752475347544755475647574758475947604761476247634764476547664767476847694770477147724773477447754776477747784779478047814782478347844785478647874788478947904791479247934794479547964797479847994800480148024803480448054806480748084809481048114812481348144815481648174818481948204821482248234824482548264827482848294830483148324833483448354836483748384839484048414842484348444845484648474848484948504851485248534854485548564857485848594860486148624863486448654866486748684869487048714872487348744875487648774878487948804881488248834884488548864887488848894890489148924893489448954896489748984899490049014902490349044905490649074908490949104911491249134914491549164917491849194920492149224923492449254926492749284929493049314932493349344935493649374938493949404941494249434944494549464947494849494950495149524953495449554956495749584959496049614962496349644965496649674968496949704971497249734974497549764977497849794980498149824983498449854986498749884989499049914992499349944995499649974998499950005001500250035004500550065007500850095010501150125013501450155016501750185019502050215022502350245025502650275028502950305031503250335034503550365037503850395040504150425043504450455046504750485049505050515052505350545055505650575058505950605061506250635064506550665067506850695070507150725073507450755076507750785079508050815082508350845085508650875088508950905091509250935094509550965097509850995100510151025103510451055106510751085109511051115112511351145115511651175118511951205121512251235124512551265127512851295130513151325133513451355136513751385139514051415142514351445145514651475148514951505151515251535154515551565157515851595160516151625163516451655166516751685169517051715172517351745175517651775178517951805181518251835184518551865187518851895190519151925193519451955196519751985199520052015202520352045205520652075208520952105211521252135214521552165217521852195220522152225223522452255226522752285229523052315232523352345235523652375238523952405241524252435244524552465247524852495250525152525253525452555256525752585259526052615262526352645265526652675268526952705271527252735274527552765277527852795280528152825283528452855286528752885289529052915292529352945295529652975298529953005301530253035304530553065307530853095310531153125313531453155316531753185319532053215322532353245325532653275328532953305331533253335334533553365337533853395340534153425343534453455346534753485349535053515352535353545355535653575358535953605361536253635364536553665367536853695370537153725373537453755376537753785379538053815382538353845385538653875388538953905391539253935394539553965397539853995400540154025403540454055406540754085409541054115412541354145415541654175418541954205421542254235424542554265427542854295430543154325433543454355436543754385439544054415442544354445445544654475448544954505451545254535454545554565457545854595460546154625463546454655466546754685469547054715472547354745475547654775478547954805481548254835484548554865487548854895490549154925493549454955496549754985499550055015502550355045505550655075508550955105511551255135514551555165517551855195520552155225523552455255526552755285529553055315532553355345535553655375538553955405541554255435544554555465547554855495550555155525553555455555556555755585559556055615562556355645565556655675568556955705571557255735574557555765577557855795580558155825583558455855586558755885589559055915592559355945595559655975598559956005601560256035604560556065607560856095610561156125613561456155616561756185619562056215622562356245625562656275628562956305631563256335634563556365637563856395640564156425643564456455646564756485649565056515652565356545655565656575658565956605661566256635664566556665667566856695670567156725673567456755676567756785679568056815682568356845685568656875688568956905691569256935694569556965697569856995700570157025703570457055706570757085709571057115712571357145715571657175718571957205721572257235724572557265727572857295730573157325733573457355736573757385739574057415742574357445745574657475748574957505751575257535754575557565757575857595760576157625763576457655766576757685769577057715772577357745775577657775778577957805781578257835784578557865787578857895790579157925793579457955796579757985799580058015802580358045805580658075808580958105811581258135814581558165817581858195820582158225823582458255826582758285829583058315832583358345835583658375838583958405841584258435844584558465847584858495850585158525853585458555856585758585859586058615862586358645865586658675868586958705871587258735874587558765877587858795880588158825883588458855886588758885889589058915892589358945895589658975898589959005901590259035904590559065907590859095910591159125913591459155916591759185919592059215922592359245925592659275928592959305931593259335934593559365937593859395940594159425943594459455946594759485949595059515952595359545955595659575958595959605961596259635964596559665967596859695970597159725973597459755976597759785979598059815982598359845985598659875988598959905991599259935994599559965997599859996000600160026003600460056006600760086009601060116012601360146015601660176018601960206021602260236024602560266027602860296030603160326033603460356036603760386039604060416042604360446045604660476048604960506051605260536054605560566057605860596060606160626063606460656066606760686069607060716072607360746075607660776078607960806081608260836084608560866087608860896090609160926093609460956096609760986099610061016102610361046105610661076108610961106111611261136114611561166117611861196120612161226123612461256126612761286129613061316132613361346135613661376138
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <doc xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3. <assembly>
  4. <name>DevExpress.XtraReports.v21.2.Extensions</name>
  5. </assembly>
  6. <members>
  7. <member name="N:DevExpress.XtraReports.Configuration">
  8. <summary>
  9. <para>Contains classes that enable additional customization of the End-User Report Designer for WinForms.</para>
  10. </summary>
  11. </member>
  12. <member name="T:DevExpress.XtraReports.Configuration.ChartDesignOptions">
  13. <summary>
  14. <para>Enables you to specify the default behavior of an <see cref="T:DevExpress.XtraReports.UI.XRChart"/> on adding it to a report.</para>
  15. </summary>
  16. </member>
  17. <member name="M:DevExpress.XtraReports.Configuration.ChartDesignOptions.#ctor">
  18. <summary>
  19. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Configuration.ChartDesignOptions"/> class with the default settings.</para>
  20. </summary>
  21. </member>
  22. <member name="P:DevExpress.XtraReports.Configuration.ChartDesignOptions.ShowAnyEditor">
  23. <summary>
  24. <para>Indicates whether or not any dialog (Chart Wizard or Chart Designer) is automatically invoked on adding an <see cref="T:DevExpress.XtraReports.UI.XRChart"/> to a report.</para>
  25. </summary>
  26. <value>true, if the Chart Wizard or Chart Designer is invoked on adding a chart; otherwise, false.</value>
  27. </member>
  28. <member name="P:DevExpress.XtraReports.Configuration.ChartDesignOptions.ShowDesigner">
  29. <summary>
  30. <para>Specifies whether or not the Chart Designer should be automatically invoked on adding an <see cref="T:DevExpress.XtraReports.UI.XRChart"/> to a report.</para>
  31. </summary>
  32. <value>true, to invoke the Chart Designer on adding a chart; otherwise, false.</value>
  33. </member>
  34. <member name="P:DevExpress.XtraReports.Configuration.ChartDesignOptions.ShowWizard">
  35. <summary>
  36. <para>Specifies whether or not the Chart Wizard should be automatically invoked on adding an <see cref="T:DevExpress.XtraReports.UI.XRChart"/> to a report.</para>
  37. </summary>
  38. <value>true, to invoke the Chart Wizard on adding a chart; otherwise, false.</value>
  39. </member>
  40. <member name="T:DevExpress.XtraReports.Configuration.DesignSettings">
  41. <summary>
  42. <para>Provides additional settings to the End-User Report Designer for WinForms.</para>
  43. </summary>
  44. </member>
  45. <member name="M:DevExpress.XtraReports.Configuration.DesignSettings.#ctor">
  46. <summary>
  47. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Configuration.DesignSettings"/> class with the default settings.</para>
  48. </summary>
  49. </member>
  50. <member name="P:DevExpress.XtraReports.Configuration.DesignSettings.ChartOptions">
  51. <summary>
  52. <para>Enables you to customize the default behavior of an <see cref="T:DevExpress.XtraReports.UI.XRChart"/> in a reporting application for WinForms.</para>
  53. </summary>
  54. <value>A <see cref="T:DevExpress.XtraReports.Configuration.ChartDesignOptions"/> object.</value>
  55. </member>
  56. <member name="P:DevExpress.XtraReports.Configuration.DesignSettings.Default">
  57. <summary>
  58. <para>Provides access to the default <see cref="T:DevExpress.XtraReports.Configuration.DesignSettings"/> instance.</para>
  59. </summary>
  60. <value>A <see cref="T:DevExpress.XtraReports.Configuration.DesignSettings"/> object.</value>
  61. </member>
  62. <member name="P:DevExpress.XtraReports.Configuration.DesignSettings.PivotGridOptions">
  63. <summary>
  64. <para>Enables you to customize the Pivot Grid’s behavior in a reporting application for WinForms.</para>
  65. </summary>
  66. <value>A <see cref="T:DevExpress.XtraReports.Configuration.PivotGridDesignOptions"/> object.</value>
  67. </member>
  68. <member name="P:DevExpress.XtraReports.Configuration.DesignSettings.UseOfficeInspiredRibbonStyle">
  69. <summary>
  70. <para>Specifies whether the End-User Report Designer uses an MS Office-inspired Ribbon toolbar.</para>
  71. </summary>
  72. <value>true, to make the Report Designer use an MS Office-inspired Ribbon; false, to use the previous Ribbon version.</value>
  73. </member>
  74. <member name="T:DevExpress.XtraReports.Configuration.PivotGridDesignOptions">
  75. <summary>
  76. <para>Enables you to specify the settings related to the Pivot Grid behavior.</para>
  77. </summary>
  78. </member>
  79. <member name="M:DevExpress.XtraReports.Configuration.PivotGridDesignOptions.#ctor">
  80. <summary>
  81. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Configuration.PivotGridDesignOptions"/> class with the default settings.</para>
  82. </summary>
  83. </member>
  84. <member name="P:DevExpress.XtraReports.Configuration.PivotGridDesignOptions.ShowLoadXmlDataDesignerTab">
  85. <summary>
  86. <para>Specifies whether to show the Load Data from XML tab in the Pivot Grid Designer.</para>
  87. </summary>
  88. <value>true, to show the Load Data from XML tab; otherwise, false.</value>
  89. </member>
  90. <member name="N:DevExpress.XtraReports.Design">
  91. <summary>
  92. <para>Provides the functionality that is necessary for deep customization of the End-User Report Designer.</para>
  93. </summary>
  94. </member>
  95. <member name="T:DevExpress.XtraReports.Design.ComponentVisibility">
  96. <summary>
  97. <para>Lists the available visibility types for report components.</para>
  98. </summary>
  99. </member>
  100. <member name="F:DevExpress.XtraReports.Design.ComponentVisibility.ComponentTray">
  101. <summary>
  102. <para>This field is obsolete.</para>
  103. </summary>
  104. </member>
  105. <member name="F:DevExpress.XtraReports.Design.ComponentVisibility.None">
  106. <summary>
  107. <para>The components are not displayed.</para>
  108. </summary>
  109. </member>
  110. <member name="F:DevExpress.XtraReports.Design.ComponentVisibility.ReportExplorer">
  111. <summary>
  112. <para>The components are displayed in the Report Explorer.</para>
  113. </summary>
  114. </member>
  115. <member name="T:DevExpress.XtraReports.Design.SyntaxEditor">
  116. <summary>
  117. <para>Enables the Script Editor to implement intelligent code completion.</para>
  118. </summary>
  119. </member>
  120. <member name="M:DevExpress.XtraReports.Design.SyntaxEditor.#ctor(DevExpress.XtraRichEdit.SyntaxEdit.ISyntaxColors,System.Action,DevExpress.XtraReports.Design.IScriptSource)">
  121. <summary>
  122. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Design.SyntaxEditor"/> class with specified settings.</para>
  123. </summary>
  124. <param name="syntaxColors"></param>
  125. <param name="scriptValidator"></param>
  126. <param name="scriptSource"></param>
  127. </member>
  128. <member name="M:DevExpress.XtraReports.Design.SyntaxEditor.BeginInit">
  129. <summary>
  130. <para>For internal use.</para>
  131. </summary>
  132. </member>
  133. <member name="P:DevExpress.XtraReports.Design.SyntaxEditor.EnableCodeCompletion">
  134. <summary>
  135. <para>Specifies whether the Report Designer’s Script Editor supports intelligent code completion.</para>
  136. </summary>
  137. <value>true, to enable intelligent code completion; otherwise, false.</value>
  138. </member>
  139. <member name="M:DevExpress.XtraReports.Design.SyntaxEditor.EndInit">
  140. <summary>
  141. <para>For internal use.</para>
  142. </summary>
  143. </member>
  144. <member name="P:DevExpress.XtraReports.Design.SyntaxEditor.IsInitializing">
  145. <summary>
  146. <para>For internal use.</para>
  147. </summary>
  148. <value></value>
  149. </member>
  150. <member name="N:DevExpress.XtraReports.Extensions">
  151. <summary>
  152. <para>Contains design-time extensions to provide advanced customization of the XtraReports End-User Designer.</para>
  153. </summary>
  154. </member>
  155. <member name="T:DevExpress.XtraReports.Extensions.GetTemplatesHandler">
  156. <summary>
  157. <para>Provides functionality to implement a custom template gallery.</para>
  158. </summary>
  159. <param name="templatesInfo">A <see cref="T:DevExpress.XtraReports.Extensions.TemplatesInfo"/> object.</param>
  160. </member>
  161. <member name="T:DevExpress.XtraReports.Extensions.ITemplateProvider">
  162. <summary>
  163. <para>When implemented by a class, provides the functionality to implement a custom template gallery.</para>
  164. </summary>
  165. </member>
  166. <member name="M:DevExpress.XtraReports.Extensions.ITemplateProvider.GetIconImage(System.Guid)">
  167. <summary>
  168. <para>Returns an icon for the specified report template.</para>
  169. </summary>
  170. <param name="templateID">A <see cref="T:System.Guid"/> structure.</param>
  171. <returns>A <see cref="T:System.Byte"/> array.</returns>
  172. </member>
  173. <member name="M:DevExpress.XtraReports.Extensions.ITemplateProvider.GetPreviewImageAsync(System.Guid,System.Action{System.Guid,System.Byte[]})">
  174. <summary>
  175. <para>Obtains the preview image of a report template, asynchronously.</para>
  176. </summary>
  177. <param name="templateID">A <see cref="T:System.Guid"/> structure.</param>
  178. <param name="callback">A <see cref="T:System.Action"/> delegate.</param>
  179. </member>
  180. <member name="M:DevExpress.XtraReports.Extensions.ITemplateProvider.GetTemplateLayout(System.Guid)">
  181. <summary>
  182. <para>Returns the layout of a specified report template.</para>
  183. </summary>
  184. <param name="templateID">A <see cref="T:System.Byte"/> array, storing the template layout.</param>
  185. <returns>A <see cref="T:System.Guid"/> structure.</returns>
  186. </member>
  187. <member name="M:DevExpress.XtraReports.Extensions.ITemplateProvider.GetTemplates(System.String,DevExpress.XtraReports.Extensions.GetTemplatesHandler)">
  188. <summary>
  189. <para>Returns the collection of report templates.</para>
  190. </summary>
  191. <param name="searchString">A <see cref="T:System.String"/> value.</param>
  192. <param name="getTemplates">A <see cref="T:DevExpress.XtraReports.Extensions.GetTemplatesHandler"/> delegate.</param>
  193. </member>
  194. <member name="M:DevExpress.XtraReports.Extensions.ITemplateProvider.SendTemplate(System.String,System.String,System.Byte[],System.Drawing.Image,System.Drawing.Image)">
  195. <summary>
  196. <para>Sends the specified report template to a storage.</para>
  197. </summary>
  198. <param name="templateName">A <see cref="T:System.String"/> value, specifying the template name.</param>
  199. <param name="description">A <see cref="T:System.String"/> value, specifying the template description.</param>
  200. <param name="layout">A <see cref="T:System.Byte"/> array, storing the template layout.</param>
  201. <param name="preview">A <see cref="T:System.Drawing.Image"/> object, specifying the template’s preview image.</param>
  202. <param name="icon">A <see cref="T:System.Drawing.Image"/> object, specifying the template’s icon.</param>
  203. </member>
  204. <member name="T:DevExpress.XtraReports.Extensions.ParametersRequestExtension">
  205. <summary>
  206. <para>Supports the creation of custom parameter editors in a Print Preview.</para>
  207. </summary>
  208. </member>
  209. <member name="M:DevExpress.XtraReports.Extensions.ParametersRequestExtension.AssociateReportWithExtension(DevExpress.XtraReports.UI.XtraReport,System.String)">
  210. <summary>
  211. <para>Associates the report with the custom parameter extension, to implement custom parameter editors in a print preview.</para>
  212. </summary>
  213. <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.</param>
  214. <param name="contextName">A <see cref="T:System.String"/> value, identifying the context.</param>
  215. </member>
  216. <member name="M:DevExpress.XtraReports.Extensions.ParametersRequestExtension.RegisterExtension(DevExpress.XtraReports.Extensions.ParametersRequestExtension,System.String)">
  217. <summary>
  218. <para>Registers the custom parameters request extension, to implement custom parameter editors in a print preview.</para>
  219. </summary>
  220. <param name="extension">A <see cref="T:DevExpress.XtraReports.Extensions.ParametersRequestExtension"/> object.</param>
  221. <param name="contextName">A <see cref="T:System.String"/> value, identifying the context.</param>
  222. </member>
  223. <member name="T:DevExpress.XtraReports.Extensions.ReportDesignExtension">
  224. <summary>
  225. <para>Enables you to serialize custom parameter types and other custom objects along with a report’s definition.</para>
  226. </summary>
  227. </member>
  228. <member name="M:DevExpress.XtraReports.Extensions.ReportDesignExtension.AddParameterTypes(System.Collections.Generic.IDictionary{System.Type,System.String})">
  229. <summary>
  230. <para>Adds custom parameter types to the <see cref="T:DevExpress.XtraReports.Extensions.ReportDesignExtension"/>.</para>
  231. </summary>
  232. <param name="dictionary">A collection of custom parameter types.</param>
  233. </member>
  234. <member name="M:DevExpress.XtraReports.Extensions.ReportDesignExtension.AssociateReportWithExtension(DevExpress.XtraReports.UI.XtraReport,System.String)">
  235. <summary>
  236. <para>Associates the report with the custom design extension, to employ parameters of custom types.</para>
  237. </summary>
  238. <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> class descendant.</param>
  239. <param name="contextName">A <see cref="T:System.String"/> value, identifying the context.</param>
  240. </member>
  241. <member name="M:DevExpress.XtraReports.Extensions.ReportDesignExtension.GetEditableDataTypes">
  242. <summary>
  243. <para>Gets the editable custom parameter types.</para>
  244. </summary>
  245. <returns>A <see cref="T:System.Type"/> object.</returns>
  246. </member>
  247. <member name="M:DevExpress.XtraReports.Extensions.ReportDesignExtension.GetSerializableDataTypes">
  248. <summary>
  249. <para>Use the CanSerialize and CanDeserialize methods of the IDataSerializer interface instead.</para>
  250. </summary>
  251. <returns>A <see cref="T:System.Type"/> object.</returns>
  252. </member>
  253. <member name="M:DevExpress.XtraReports.Extensions.ReportDesignExtension.RegisterExtension(DevExpress.XtraReports.Extensions.ReportDesignExtension,System.String)">
  254. <summary>
  255. <para>Registers the custom report design extension to serialize custom parameter types.</para>
  256. </summary>
  257. <param name="extension">A <see cref="T:DevExpress.XtraReports.Extensions.ReportDesignExtension"/> object.</param>
  258. <param name="contextName">A <see cref="T:System.String"/> value, identifying the context.</param>
  259. </member>
  260. <member name="T:DevExpress.XtraReports.Extensions.ReportStorageExtension">
  261. <summary>
  262. <para>Carries the functionality that is required to implement custom serialization of report definitions.</para>
  263. </summary>
  264. </member>
  265. <member name="M:DevExpress.XtraReports.Extensions.ReportStorageExtension.AfterGetData(System.String,DevExpress.XtraReports.UI.XtraReport)">
  266. <summary>
  267. <para>When overridden, performs custom actions after the <see cref="M:DevExpress.XtraReports.Extensions.ReportStorageExtension.GetData(System.String)"/> method is performed.</para>
  268. </summary>
  269. <param name="url">A <see cref="T:System.String"/> that specifies the URL used to store a report.</param>
  270. <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object that is associated with the passed report url.</param>
  271. </member>
  272. <member name="M:DevExpress.XtraReports.Extensions.ReportStorageExtension.CanSetData(System.String)">
  273. <summary>
  274. <para>Determines whether it is allowed to store a report in a Report Storage, using the specified URL.</para>
  275. </summary>
  276. <param name="url">A <see cref="T:System.String"/> specifying the URL to store a report.</param>
  277. <returns>true if it is allowed to store a report using the specified URL; otherwise, false.</returns>
  278. </member>
  279. <member name="M:DevExpress.XtraReports.Extensions.ReportStorageExtension.GetData(System.String)">
  280. <summary>
  281. <para>Returns a report definition stored in a Report Storage using the specified URL.</para>
  282. </summary>
  283. <param name="url">A <see cref="T:System.String"/> specifying a URL, which was used to store a report.</param>
  284. <returns>An array of <see cref="T:System.Byte"/> values, representing a stream containing a report definition.</returns>
  285. </member>
  286. <member name="M:DevExpress.XtraReports.Extensions.ReportStorageExtension.GetNewUrl">
  287. <summary>
  288. <para>Returns a unique URL for a report being restored from a Report Storage.</para>
  289. </summary>
  290. <returns>A <see cref="T:System.String"/> value, specifying the URL.</returns>
  291. </member>
  292. <member name="M:DevExpress.XtraReports.Extensions.ReportStorageExtension.GetStandardUrls(System.ComponentModel.ITypeDescriptorContext)">
  293. <summary>
  294. <para>Returns the array of the existing report URLs.</para>
  295. </summary>
  296. <param name="context">An object implementing the <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> interface.</param>
  297. <returns>An array of <see cref="T:System.String"/> values specifying the report URLs.</returns>
  298. </member>
  299. <member name="M:DevExpress.XtraReports.Extensions.ReportStorageExtension.GetStandardUrlsSupported(System.ComponentModel.ITypeDescriptorContext)">
  300. <summary>
  301. <para>Determines whether standard URLs are supported.</para>
  302. </summary>
  303. <param name="context">An object implementing the <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> interface.</param>
  304. <returns>true if standard URLs are supported; otherwise, false.</returns>
  305. </member>
  306. <member name="M:DevExpress.XtraReports.Extensions.ReportStorageExtension.IsValidUrl(System.String)">
  307. <summary>
  308. <para>Determines whether the specified URL is valid in the current Report Storage.</para>
  309. </summary>
  310. <param name="url">A <see cref="T:System.String"/> specifying a URL value.</param>
  311. <returns>true if a report exists in a storage for the specified URL; otherwise, false.</returns>
  312. </member>
  313. <member name="M:DevExpress.XtraReports.Extensions.ReportStorageExtension.RegisterExtensionGlobal(DevExpress.XtraReports.Extensions.ReportStorageExtension)">
  314. <summary>
  315. <para>Registers the specified Report Storage extension to be used by all End-User Designers within the current application.</para>
  316. </summary>
  317. <param name="extension">A <see cref="T:DevExpress.XtraReports.Extensions.ReportStorageExtension"/> class descendant.</param>
  318. </member>
  319. <member name="M:DevExpress.XtraReports.Extensions.ReportStorageExtension.SetData(DevExpress.XtraReports.UI.XtraReport,System.IO.Stream)">
  320. <summary>
  321. <para>Stores the specified report to a Report Storage using the specified stream.</para>
  322. </summary>
  323. <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> class descendant, specifying a report object to be saved.</param>
  324. <param name="stream">A <see cref="T:System.IO.Stream"/> object, which should be used to save a report.</param>
  325. </member>
  326. <member name="M:DevExpress.XtraReports.Extensions.ReportStorageExtension.SetData(DevExpress.XtraReports.UI.XtraReport,System.String)">
  327. <summary>
  328. <para>Stores the specified report to a Report Storage using the specified URL.</para>
  329. </summary>
  330. <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> class descendant, specifying a report object to be saved.</param>
  331. <param name="url">A <see cref="T:System.String"/> specifying the URL, which should be used to save a report.</param>
  332. </member>
  333. <member name="M:DevExpress.XtraReports.Extensions.ReportStorageExtension.SetNewData(DevExpress.XtraReports.UI.XtraReport,System.String)">
  334. <summary>
  335. <para>Stores the specified report object in a Report Storage as a new report using the default URL.</para>
  336. </summary>
  337. <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.</param>
  338. <param name="defaultUrl">A <see cref="T:System.String"/> value specifying the new URL.</param>
  339. <returns>A <see cref="T:System.String"/> value specifying the report’s URL.</returns>
  340. </member>
  341. <member name="T:DevExpress.XtraReports.Extensions.ReportTemplateDirectoryExtension">
  342. <summary>
  343. <para>Assists in the deployment of a Custom Report Gallery.</para>
  344. </summary>
  345. </member>
  346. <member name="M:DevExpress.XtraReports.Extensions.ReportTemplateDirectoryExtension.#ctor(System.String[])">
  347. <summary>
  348. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Extensions.ReportTemplateDirectoryExtension"/> class with the specified settings.</para>
  349. </summary>
  350. <param name="templatesPaths">An array of <see cref="T:System.String"/> values, specifying the paths to report template files.</param>
  351. </member>
  352. <member name="M:DevExpress.XtraReports.Extensions.ReportTemplateDirectoryExtension.GetTemplates">
  353. <summary>
  354. <para>Returns the collection of available templates.</para>
  355. </summary>
  356. <returns>A collection of <see cref="T:DevExpress.XtraReports.Templates.Template"/> objects.</returns>
  357. </member>
  358. <member name="T:DevExpress.XtraReports.Extensions.ReportTemplateExtension">
  359. <summary>
  360. <para>Provides functionality to implement a custom template gallery.</para>
  361. </summary>
  362. </member>
  363. <member name="M:DevExpress.XtraReports.Extensions.ReportTemplateExtension.GetIconImage(System.Guid)">
  364. <summary>
  365. <para>Returns an icon for the specified report template.</para>
  366. </summary>
  367. <param name="templateID">A <see cref="T:System.Guid"/> structure.</param>
  368. <returns>A <see cref="T:System.Byte"/> array.</returns>
  369. </member>
  370. <member name="M:DevExpress.XtraReports.Extensions.ReportTemplateExtension.GetPreviewImageAsync(System.Guid,System.Action{System.Guid,System.Byte[]})">
  371. <summary>
  372. <para>Obtains the preview image of a report template, asynchronously.</para>
  373. </summary>
  374. <param name="templateID">A <see cref="T:System.Guid"/> structure.</param>
  375. <param name="callback">A <see cref="T:System.Action"/> delegate.</param>
  376. </member>
  377. <member name="M:DevExpress.XtraReports.Extensions.ReportTemplateExtension.GetTemplates">
  378. <summary>
  379. <para>Provides access to the collection of report templates.</para>
  380. </summary>
  381. <returns>A collection of <see cref="T:DevExpress.XtraReports.Templates.Template"/> objects.</returns>
  382. </member>
  383. <member name="M:DevExpress.XtraReports.Extensions.ReportTemplateExtension.RegisterExtensionGlobal(DevExpress.XtraReports.Extensions.ITemplateProvider)">
  384. <summary>
  385. <para>Registers the extension on the server.</para>
  386. </summary>
  387. <param name="extension">An object implementing the <see cref="T:DevExpress.XtraReports.Extensions.ITemplateProvider"/> interface (typically, a <see cref="T:DevExpress.XtraReports.Extensions.ReportTemplateExtension"/> object).</param>
  388. </member>
  389. <member name="M:DevExpress.XtraReports.Extensions.ReportTemplateExtension.ResetTemplates">
  390. <summary>
  391. <para>Updates the Template Gallery to reflect changes made to it.</para>
  392. </summary>
  393. </member>
  394. <member name="T:DevExpress.XtraReports.Extensions.TemplatesInfo">
  395. <summary>
  396. <para>Provides functionality to implement a custom template gallery.</para>
  397. </summary>
  398. </member>
  399. <member name="M:DevExpress.XtraReports.Extensions.TemplatesInfo.#ctor">
  400. <summary>
  401. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Extensions.TemplatesInfo"/> class with the default settings.</para>
  402. </summary>
  403. </member>
  404. <member name="P:DevExpress.XtraReports.Extensions.TemplatesInfo.ExceptionMessage">
  405. <summary>
  406. <para>Specifies the exception message shown if an error occurs when loading templates.</para>
  407. </summary>
  408. <value>A <see cref="T:System.String"/> value, specifying the exception message.</value>
  409. </member>
  410. <member name="P:DevExpress.XtraReports.Extensions.TemplatesInfo.Templates">
  411. <summary>
  412. <para>Specifies the collection of report templates.</para>
  413. </summary>
  414. <value>A collection of <see cref="T:DevExpress.XtraReports.Templates.Template"/> objects.</value>
  415. </member>
  416. <member name="N:DevExpress.XtraReports.ReportGeneration">
  417. <summary>
  418. <para>Contains classes that enable you to convert a <see cref="T:DevExpress.XtraGrid.GridControl"/> to an <see cref="T:DevExpress.XtraReports.UI.XtraReport"/>.</para>
  419. </summary>
  420. </member>
  421. <member name="T:DevExpress.XtraReports.ReportGeneration.ReportGenerator">
  422. <summary>
  423. <para>Enables you to generate an <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> based on a <see cref="T:DevExpress.XtraGrid.GridControl"/>‘s data.</para>
  424. </summary>
  425. </member>
  426. <member name="M:DevExpress.XtraReports.ReportGeneration.ReportGenerator.#ctor">
  427. <summary>
  428. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.ReportGeneration.ReportGenerator"/> class with the default settings.</para>
  429. </summary>
  430. </member>
  431. <member name="M:DevExpress.XtraReports.ReportGeneration.ReportGenerator.#ctor(System.ComponentModel.IContainer)">
  432. <summary>
  433. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.ReportGeneration.ReportGenerator"/> class with the specified container.</para>
  434. </summary>
  435. <param name="container">An object implementing the <see cref="T:System.ComponentModel.IContainer"/> interface.</param>
  436. </member>
  437. <member name="P:DevExpress.XtraReports.ReportGeneration.ReportGenerator.ContainerForm">
  438. <summary>
  439. <para>Provides access to the form containing the <see cref="T:DevExpress.XtraReports.ReportGeneration.ReportGenerator"/> component.</para>
  440. </summary>
  441. <value>A <see cref="T:System.Windows.Forms.Form"/> object, specifying the <see cref="T:DevExpress.XtraReports.ReportGeneration.ReportGenerator"/> container.</value>
  442. </member>
  443. <member name="M:DevExpress.XtraReports.ReportGeneration.ReportGenerator.GenerateReport(DevExpress.XtraGrid.Views.Base.BaseView)">
  444. <summary>
  445. <para>Generates a new report using the specified grid view.</para>
  446. </summary>
  447. <param name="view">A <see cref="T:DevExpress.XtraGrid.Views.Base.BaseView"/> descendant.</param>
  448. <returns>An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.</returns>
  449. </member>
  450. <member name="M:DevExpress.XtraReports.ReportGeneration.ReportGenerator.GenerateReport(DevExpress.XtraGrid.Views.Base.BaseView,DevExpress.XtraReports.ReportGeneration.ReportGenerationOptions)">
  451. <summary>
  452. <para>Generates a new report using the specified grid view and generation options.</para>
  453. </summary>
  454. <param name="view">A <see cref="T:DevExpress.XtraGrid.Views.Base.BaseView"/> descendant.</param>
  455. <param name="options">A <see cref="T:DevExpress.XtraReports.ReportGeneration.ReportGenerationOptions"/> object.</param>
  456. <returns>An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.</returns>
  457. </member>
  458. <member name="M:DevExpress.XtraReports.ReportGeneration.ReportGenerator.GenerateReport(DevExpress.XtraGrid.Views.Base.BaseView,DevExpress.XtraReports.ReportGeneration.ReportGenerationOptions,System.Boolean)">
  459. <summary>
  460. <para>Generates a new report using the specified grid view.</para>
  461. </summary>
  462. <param name="view">A <see cref="T:DevExpress.XtraGrid.Views.Base.BaseView"/> descendant.</param>
  463. <param name="options">A <see cref="T:DevExpress.XtraReports.ReportGeneration.ReportGenerationOptions"/> object.</param>
  464. <param name="useExpressionBindings">true, to use expression bindings; false, to use the legacy binding mode.</param>
  465. <returns>An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.</returns>
  466. </member>
  467. <member name="M:DevExpress.XtraReports.ReportGeneration.ReportGenerator.GenerateReport(DevExpress.XtraReports.UI.XtraReport,DevExpress.XtraGrid.Views.Base.BaseView)">
  468. <summary>
  469. <para>Generates a new report using the specified source report and grid view. Only the settings related to the document layout of the source report are preserved in the resulting report (such as <see cref="P:DevExpress.XtraReports.UI.XtraReport.Landscape"/> and <see cref="P:DevExpress.XtraReports.UI.XtraReport.Margins"/>).</para>
  470. </summary>
  471. <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.</param>
  472. <param name="view">A <see cref="T:DevExpress.XtraGrid.Views.Base.BaseView"/> descendant.</param>
  473. <returns>An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.</returns>
  474. </member>
  475. <member name="M:DevExpress.XtraReports.ReportGeneration.ReportGenerator.GenerateReport(DevExpress.XtraReports.UI.XtraReport,DevExpress.XtraGrid.Views.Base.BaseView,DevExpress.XtraReports.ReportGeneration.ReportGenerationOptions,System.Boolean)">
  476. <summary>
  477. <para>Generates a new report using the specified source report and grid view. Only the settings related to the document layout of the source report are preserved in the resulting report (such as <see cref="P:DevExpress.XtraReports.UI.XtraReport.Landscape"/> and <see cref="P:DevExpress.XtraReports.UI.XtraReport.Margins"/>).</para>
  478. </summary>
  479. <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.</param>
  480. <param name="view">A <see cref="T:DevExpress.XtraGrid.Views.Base.BaseView"/> descendant.</param>
  481. <param name="options">A <see cref="T:DevExpress.XtraReports.ReportGeneration.ReportGenerationOptions"/> object.</param>
  482. <param name="useExpressionBindings">true, to use expression bindings; false, to use the legacy binding mode.</param>
  483. <returns>An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.</returns>
  484. </member>
  485. <member name="N:DevExpress.XtraReports.UI">
  486. <summary>
  487. <para>Contains classes that implement the basic functionality of XtraReports.</para>
  488. </summary>
  489. </member>
  490. <member name="T:DevExpress.XtraReports.UI.IReportDesignTool">
  491. <summary>
  492. <para>Provides methods for showing both the standard and ribbon-based End-User Report Designer forms.</para>
  493. </summary>
  494. </member>
  495. <member name="M:DevExpress.XtraReports.UI.IReportDesignTool.ShowDesigner">
  496. <summary>
  497. <para>When implemented by a class, invokes the standard End-User Report Designer form which allows a report to be edited by end-users.</para>
  498. </summary>
  499. </member>
  500. <member name="M:DevExpress.XtraReports.UI.IReportDesignTool.ShowDesigner(DevExpress.LookAndFeel.UserLookAndFeel)">
  501. <summary>
  502. <para>When implemented by a class, invokes the standard End-User Report Designer form which allows a report to be edited by end-users using the specified look and feel settings.</para>
  503. </summary>
  504. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the End-User Report Designer form.</param>
  505. </member>
  506. <member name="M:DevExpress.XtraReports.UI.IReportDesignTool.ShowDesigner(DevExpress.LookAndFeel.UserLookAndFeel,DevExpress.XtraReports.UserDesigner.DesignDockPanelType)">
  507. <summary>
  508. <para>When implemented by a class, invokes the standard End-User Report Designer form using the specified look and feel settings, and with the specified design panels hidden.</para>
  509. </summary>
  510. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the End-User Report Designer form.</param>
  511. <param name="hiddenPanels">A <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanelType"/> enumeration value identifying the End-User Designer dock panels to be hidden.</param>
  512. </member>
  513. <member name="M:DevExpress.XtraReports.UI.IReportDesignTool.ShowDesignerDialog">
  514. <summary>
  515. <para>When implemented by a class, invokes the standard End-User Report Designer form modally. This form allows a report to be edited by end-users.</para>
  516. </summary>
  517. </member>
  518. <member name="M:DevExpress.XtraReports.UI.IReportDesignTool.ShowDesignerDialog(DevExpress.LookAndFeel.UserLookAndFeel)">
  519. <summary>
  520. <para>When implemented by a class, invokes the standard End-User Report Designer form which is shown modally and allows a report to be edited by end-users using the specified look and feel settings.</para>
  521. </summary>
  522. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the End-User Report Designer form.</param>
  523. </member>
  524. <member name="M:DevExpress.XtraReports.UI.IReportDesignTool.ShowDesignerDialog(DevExpress.LookAndFeel.UserLookAndFeel,DevExpress.XtraReports.UserDesigner.DesignDockPanelType)">
  525. <summary>
  526. <para>When implemented by a class, invokes the standard End-User Report Designer form modally using the specified look and feel settings and with the specified design panels hidden.</para>
  527. </summary>
  528. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.</param>
  529. <param name="hiddenPanels">A <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanelType"/> enumeration value identifying the End-User Designer dock panels to be hidden.</param>
  530. </member>
  531. <member name="M:DevExpress.XtraReports.UI.IReportDesignTool.ShowRibbonDesigner">
  532. <summary>
  533. <para>When implemented by a class, invokes the ribbon-based End-User Report Designer form which allows a report to be edited by end-users.</para>
  534. </summary>
  535. </member>
  536. <member name="M:DevExpress.XtraReports.UI.IReportDesignTool.ShowRibbonDesigner(DevExpress.LookAndFeel.UserLookAndFeel)">
  537. <summary>
  538. <para>When implemented by a class, invokes the ribbon-based End-User Report Designer form which allows a report to be edited by end-users using the specified look and feel settings.</para>
  539. </summary>
  540. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the End-User Report Designer form.</param>
  541. </member>
  542. <member name="M:DevExpress.XtraReports.UI.IReportDesignTool.ShowRibbonDesigner(DevExpress.LookAndFeel.UserLookAndFeel,DevExpress.XtraReports.UserDesigner.DesignDockPanelType)">
  543. <summary>
  544. <para>When implemented by a class, invokes the ribbon-based End-User Report Designer form using the specified look and feel settings, and with the specified design panels hidden.</para>
  545. </summary>
  546. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the End-User Report Designer form.</param>
  547. <param name="hiddenPanels">A <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanelType"/> enumeration value identifying the End-User Designer dock panels to be hidden.</param>
  548. </member>
  549. <member name="M:DevExpress.XtraReports.UI.IReportDesignTool.ShowRibbonDesignerDialog">
  550. <summary>
  551. <para>When implemented by a class, invokes the ribbon-based End-User Report Designer form modally. This form allows a report to be edited by end-users.</para>
  552. </summary>
  553. </member>
  554. <member name="M:DevExpress.XtraReports.UI.IReportDesignTool.ShowRibbonDesignerDialog(DevExpress.LookAndFeel.UserLookAndFeel)">
  555. <summary>
  556. <para>When implemented by a class, invokes the ribbon-based End-User Report Designer form modally, using the specified look and feel settings.</para>
  557. </summary>
  558. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the End-User Report Designer form.</param>
  559. </member>
  560. <member name="M:DevExpress.XtraReports.UI.IReportDesignTool.ShowRibbonDesignerDialog(DevExpress.LookAndFeel.UserLookAndFeel,DevExpress.XtraReports.UserDesigner.DesignDockPanelType)">
  561. <summary>
  562. <para>When implemented by a class, invokes the ribbon-based End-User Report Designer form modally, using the specified look and feel settings, and with the specified design panels hidden.</para>
  563. </summary>
  564. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the End-User Report Designer form.</param>
  565. <param name="hiddenPanels">A <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanelType"/> enumeration value identifying the End-User Designer dock panels to be hidden.</param>
  566. </member>
  567. <member name="T:DevExpress.XtraReports.UI.ReportDesignTool">
  568. <summary>
  569. <para>An instrument for editing reports in WinForms applications.</para>
  570. </summary>
  571. </member>
  572. <member name="M:DevExpress.XtraReports.UI.ReportDesignTool.#ctor(DevExpress.XtraReports.UI.XtraReport)">
  573. <summary>
  574. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.ReportDesignTool"/> class with the specified report.</para>
  575. </summary>
  576. <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.</param>
  577. </member>
  578. <member name="P:DevExpress.XtraReports.UI.ReportDesignTool.DesignForm">
  579. <summary>
  580. <para>Provides access to the standard End-User Report Designer form of the <see cref="T:DevExpress.XtraReports.UI.ReportDesignTool"/>.</para>
  581. </summary>
  582. <value>An object implementing the <see cref="T:DevExpress.XtraReports.UserDesigner.IDesignForm"/> interface (typically, an <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignForm"/> instance).</value>
  583. </member>
  584. <member name="P:DevExpress.XtraReports.UI.ReportDesignTool.DesignRibbonForm">
  585. <summary>
  586. <para>Provides access to the ribbon-based End-User Report Designer form of the <see cref="T:DevExpress.XtraReports.UI.ReportDesignTool"/>.</para>
  587. </summary>
  588. <value>An object implementing the <see cref="T:DevExpress.XtraReports.UserDesigner.IDesignForm"/> interface (typically, an <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignRibbonForm"/> instance).</value>
  589. </member>
  590. <member name="M:DevExpress.XtraReports.UI.ReportDesignTool.Dispose">
  591. <summary>
  592. <para>Disposes of the <see cref="T:DevExpress.XtraReports.UI.ReportDesignTool"/> object.</para>
  593. </summary>
  594. </member>
  595. <member name="P:DevExpress.XtraReports.UI.ReportDesignTool.Report">
  596. <summary>
  597. <para>Provides access to the report assigned to the <see cref="T:DevExpress.XtraReports.UI.ReportDesignTool"/>.</para>
  598. </summary>
  599. <value>An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.</value>
  600. </member>
  601. <member name="M:DevExpress.XtraReports.UI.ReportDesignTool.ShowDesigner">
  602. <summary>
  603. <para>Invokes the standard End-User Report Designer form which allows a report to be edited by end-users.</para>
  604. </summary>
  605. </member>
  606. <member name="M:DevExpress.XtraReports.UI.ReportDesignTool.ShowDesigner(DevExpress.LookAndFeel.UserLookAndFeel)">
  607. <summary>
  608. <para>Invokes the standard End-User Report Designer form which allows a report to be edited by end-users using the specified look and feel settings.</para>
  609. </summary>
  610. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the End-User Report Designer form.</param>
  611. </member>
  612. <member name="M:DevExpress.XtraReports.UI.ReportDesignTool.ShowDesigner(DevExpress.LookAndFeel.UserLookAndFeel,DevExpress.XtraReports.UserDesigner.DesignDockPanelType)">
  613. <summary>
  614. <para>Invokes the standard End-User Report Designer form using the specified look and feel settings, and with the specified design panels hidden.</para>
  615. </summary>
  616. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the End-User Designer form.</param>
  617. <param name="hiddenPanels">A <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanelType"/> enumeration value identifying the End-User Designer dock panels to be hidden.</param>
  618. </member>
  619. <member name="M:DevExpress.XtraReports.UI.ReportDesignTool.ShowDesignerDialog">
  620. <summary>
  621. <para>Invokes the standard End-User Report Designer form modally. This form allows a report to be edited by end-users.</para>
  622. </summary>
  623. </member>
  624. <member name="M:DevExpress.XtraReports.UI.ReportDesignTool.ShowDesignerDialog(DevExpress.LookAndFeel.UserLookAndFeel)">
  625. <summary>
  626. <para>Invokes the standard End-User Report Designer form which is shown modally and allows a report to be edited by end-users using the specified look and feel settings.</para>
  627. </summary>
  628. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the End-User Report Designer form.</param>
  629. </member>
  630. <member name="M:DevExpress.XtraReports.UI.ReportDesignTool.ShowDesignerDialog(DevExpress.LookAndFeel.UserLookAndFeel,DevExpress.XtraReports.UserDesigner.DesignDockPanelType)">
  631. <summary>
  632. <para>Invokes the standard End-User Report Designer form modally using the specified look and feel settings and with the specified design panels hidden.</para>
  633. </summary>
  634. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Preview Form.</param>
  635. <param name="hiddenPanels">A <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanelType"/> enumeration value identifying the End-User Designer dock panels to be hidden.</param>
  636. </member>
  637. <member name="M:DevExpress.XtraReports.UI.ReportDesignTool.ShowRibbonDesigner">
  638. <summary>
  639. <para>Invokes the ribbon-based End-User Report Designer form which allows a report to be edited by end-users.</para>
  640. </summary>
  641. </member>
  642. <member name="M:DevExpress.XtraReports.UI.ReportDesignTool.ShowRibbonDesigner(DevExpress.LookAndFeel.UserLookAndFeel)">
  643. <summary>
  644. <para>Invokes the ribbon-based End-User Report Designer form which allows a report to be edited by end-users using the specified look and feel settings.</para>
  645. </summary>
  646. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the End-User Report Designer form.</param>
  647. </member>
  648. <member name="M:DevExpress.XtraReports.UI.ReportDesignTool.ShowRibbonDesigner(DevExpress.LookAndFeel.UserLookAndFeel,DevExpress.XtraReports.UserDesigner.DesignDockPanelType)">
  649. <summary>
  650. <para>Invokes the ribbon-based End-User Report Designer form using the specified look and feel settings, and with the specified design panels hidden.</para>
  651. </summary>
  652. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the End-User Report Designer form.</param>
  653. <param name="hiddenPanels">A <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanelType"/> enumeration value identifying the End-User Designer dock panels to be hidden.</param>
  654. </member>
  655. <member name="M:DevExpress.XtraReports.UI.ReportDesignTool.ShowRibbonDesignerDialog">
  656. <summary>
  657. <para>Invokes the ribbon-based End-User Report Designer form modally. This form allows a report to be edited by end-users.</para>
  658. </summary>
  659. </member>
  660. <member name="M:DevExpress.XtraReports.UI.ReportDesignTool.ShowRibbonDesignerDialog(DevExpress.LookAndFeel.UserLookAndFeel)">
  661. <summary>
  662. <para>Invokes the ribbon-based End-User Report Designer form modally, using the specified look and feel settings.</para>
  663. </summary>
  664. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the End-User Report Designer form.</param>
  665. </member>
  666. <member name="M:DevExpress.XtraReports.UI.ReportDesignTool.ShowRibbonDesignerDialog(DevExpress.LookAndFeel.UserLookAndFeel,DevExpress.XtraReports.UserDesigner.DesignDockPanelType)">
  667. <summary>
  668. <para>Invokes the ribbon-based End-User Report Designer form modally, using the specified look and feel settings, and with the specified design panels hidden.</para>
  669. </summary>
  670. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the End-User Report Designer form.</param>
  671. <param name="hiddenPanels">A <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanelType"/> enumeration value identifying the End-User Designer dock panels to be hidden.</param>
  672. </member>
  673. <member name="T:DevExpress.XtraReports.UI.XtraReportDesignerExtensions">
  674. <summary>
  675. <para>Provides extension methods that enable you to load a report in an End-User WinForms Report Designer.</para>
  676. </summary>
  677. </member>
  678. <member name="M:DevExpress.XtraReports.UI.XtraReportDesignerExtensions.About(DevExpress.XtraReports.UI.XtraReport)">
  679. <summary>
  680. <para>For internal use.</para>
  681. </summary>
  682. <param name="report"></param>
  683. </member>
  684. <member name="M:DevExpress.XtraReports.UI.XtraReportDesignerExtensions.ShowDesigner(DevExpress.XtraReports.UI.XtraReport)">
  685. <summary>
  686. <para>Invokes the standard End-User Report Designer form which allows end-users to edit the report.</para>
  687. </summary>
  688. <param name="report">A report to open in the End-User Report Designer.</param>
  689. </member>
  690. <member name="M:DevExpress.XtraReports.UI.XtraReportDesignerExtensions.ShowDesigner(DevExpress.XtraReports.UI.XtraReport,DevExpress.LookAndFeel.UserLookAndFeel)">
  691. <summary>
  692. <para>Invokes the standard End-User Report Designer form with the specified look and feel settings to allow end-users to edit the report.</para>
  693. </summary>
  694. <param name="report">A report to open in the End-User Report Designer.</param>
  695. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the End-User Report Designer.</param>
  696. </member>
  697. <member name="M:DevExpress.XtraReports.UI.XtraReportDesignerExtensions.ShowDesigner(DevExpress.XtraReports.UI.XtraReport,DevExpress.LookAndFeel.UserLookAndFeel,DevExpress.XtraReports.UserDesigner.DesignDockPanelType)">
  698. <summary>
  699. <para>Invokes the standard End-User Report Designer form with the specified look and feel settings as well as design panel visibility settings.</para>
  700. </summary>
  701. <param name="report">A report to open in the End-User Report Designer.</param>
  702. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the End-User Report Designer.</param>
  703. <param name="hiddenPanels">One or more <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanelType"/> enumeration values identifying the Report Designer dock panels to be hidden.</param>
  704. </member>
  705. <member name="M:DevExpress.XtraReports.UI.XtraReportDesignerExtensions.ShowDesignerDialog(DevExpress.XtraReports.UI.XtraReport)">
  706. <summary>
  707. <para>Invokes the standard End-User Report Designer form modally to allow end-users to edit the report.</para>
  708. </summary>
  709. <param name="report">A report to open in the End-User Report Designer.</param>
  710. </member>
  711. <member name="M:DevExpress.XtraReports.UI.XtraReportDesignerExtensions.ShowDesignerDialog(DevExpress.XtraReports.UI.XtraReport,DevExpress.LookAndFeel.UserLookAndFeel)">
  712. <summary>
  713. <para>Invokes the standard End-User Report Designer form modally with the specified look and feel settings to allow end-users to edit the report.</para>
  714. </summary>
  715. <param name="report">A report to open in the End-User Report Designer.</param>
  716. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the End-User Report Designer.</param>
  717. </member>
  718. <member name="M:DevExpress.XtraReports.UI.XtraReportDesignerExtensions.ShowDesignerDialog(DevExpress.XtraReports.UI.XtraReport,DevExpress.LookAndFeel.UserLookAndFeel,DevExpress.XtraReports.UserDesigner.DesignDockPanelType)">
  719. <summary>
  720. <para>Invokes the standard End-User Report Designer form modally with the specified look and feel settings and design panel visibility settings.</para>
  721. </summary>
  722. <param name="report">A report to open in the End-User Report Designer.</param>
  723. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the End-User Report Designer.</param>
  724. <param name="hiddenPanels">One or more <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanelType"/> enumeration values identifying the Report Designer dock panels to be hidden.</param>
  725. </member>
  726. <member name="M:DevExpress.XtraReports.UI.XtraReportDesignerExtensions.ShowRibbonDesigner(DevExpress.XtraReports.UI.XtraReport)">
  727. <summary>
  728. <para>Invokes the ribbon-based End-User Report Designer form which allows end-users to edit the report.</para>
  729. </summary>
  730. <param name="report">A report to open in the End-User Report Designer.</param>
  731. </member>
  732. <member name="M:DevExpress.XtraReports.UI.XtraReportDesignerExtensions.ShowRibbonDesigner(DevExpress.XtraReports.UI.XtraReport,DevExpress.LookAndFeel.UserLookAndFeel)">
  733. <summary>
  734. <para>Invokes the ribbon-based End-User Report Designer form with the specified look and feel settings to allow end-users to edit the report.</para>
  735. </summary>
  736. <param name="report">A report to open in the End-User Report Designer.</param>
  737. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the End-User Report Designer.</param>
  738. </member>
  739. <member name="M:DevExpress.XtraReports.UI.XtraReportDesignerExtensions.ShowRibbonDesigner(DevExpress.XtraReports.UI.XtraReport,DevExpress.LookAndFeel.UserLookAndFeel,DevExpress.XtraReports.UserDesigner.DesignDockPanelType)">
  740. <summary>
  741. <para>Invokes the ribbon-based End-User Report Designer form with the specified look and feel settings and design panel visibility settings.</para>
  742. </summary>
  743. <param name="report">A report to open in the End-User Report Designer.</param>
  744. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the End-User Report Designer.</param>
  745. <param name="hiddenPanels">One or more <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanelType"/> enumeration values identifying the Report Designer dock panels to be hidden.</param>
  746. </member>
  747. <member name="M:DevExpress.XtraReports.UI.XtraReportDesignerExtensions.ShowRibbonDesignerDialog(DevExpress.XtraReports.UI.XtraReport)">
  748. <summary>
  749. <para>Invokes the ribbon-based End-User Report Designer form modally to allow end-users to edit the report.</para>
  750. </summary>
  751. <param name="report">A report to open in the End-User Report Designer.</param>
  752. </member>
  753. <member name="M:DevExpress.XtraReports.UI.XtraReportDesignerExtensions.ShowRibbonDesignerDialog(DevExpress.XtraReports.UI.XtraReport,DevExpress.LookAndFeel.UserLookAndFeel)">
  754. <summary>
  755. <para>Invokes the ribbon-based End-User Report Designer form modally with the specified look and feel settings to allow end-users to edit the report.</para>
  756. </summary>
  757. <param name="report">A report to open in the End-User Report Designer.</param>
  758. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the End-User Report Designer.</param>
  759. </member>
  760. <member name="M:DevExpress.XtraReports.UI.XtraReportDesignerExtensions.ShowRibbonDesignerDialog(DevExpress.XtraReports.UI.XtraReport,DevExpress.LookAndFeel.UserLookAndFeel,DevExpress.XtraReports.UserDesigner.DesignDockPanelType)">
  761. <summary>
  762. <para>Invokes the ribbon-based End-User Report Designer form modally with the specified look and feel settings and design panel visibility settings.</para>
  763. </summary>
  764. <param name="report">A report to open in the End-User Report Designer.</param>
  765. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the End-User Report Designer.</param>
  766. <param name="hiddenPanels">One or more <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanelType"/> enumeration values identifying the Report Designer dock panels to be hidden.</param>
  767. </member>
  768. <member name="N:DevExpress.XtraReports.UserDesigner">
  769. <summary>
  770. <para>Contains classes that implement the functionality of the End-User Designer for XtraReports.</para>
  771. </summary>
  772. </member>
  773. <member name="T:DevExpress.XtraReports.UserDesigner.CommandVisibility">
  774. <summary>
  775. <para>Specifies the visibility levels for the report commands in the End-User Designer.</para>
  776. </summary>
  777. </member>
  778. <member name="F:DevExpress.XtraReports.UserDesigner.CommandVisibility.All">
  779. <summary>
  780. <para>The command is visible wherever it can be available.</para>
  781. </summary>
  782. </member>
  783. <member name="F:DevExpress.XtraReports.UserDesigner.CommandVisibility.ContextMenu">
  784. <summary>
  785. <para>The command is visible in the context menu only. If this command doesn’t have an associated context menu item, the SetCommandVisibility method doesn’t change its visibility.</para>
  786. </summary>
  787. </member>
  788. <member name="F:DevExpress.XtraReports.UserDesigner.CommandVisibility.None">
  789. <summary>
  790. <para>The command is inaccessible.</para>
  791. </summary>
  792. </member>
  793. <member name="F:DevExpress.XtraReports.UserDesigner.CommandVisibility.Toolbar">
  794. <summary>
  795. <para>The command is visible in the toolbar and menu only. If this command doesn’t have an associated bar or menu item, the SetCommandVisibility method doesn’t change its visibility.</para>
  796. </summary>
  797. </member>
  798. <member name="F:DevExpress.XtraReports.UserDesigner.CommandVisibility.Verb">
  799. <summary>
  800. <para>The command is available as a context link only. If this command doesn’t have an associated verb, the SetCommandVisibility method doesn’t change its visibility.</para>
  801. </summary>
  802. </member>
  803. <member name="T:DevExpress.XtraReports.UserDesigner.DesignDockPanel">
  804. <summary>
  805. <para>The base for classes that provide dock panels to the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignDockManager"/> of the End-User Report Designer.</para>
  806. </summary>
  807. </member>
  808. <member name="M:DevExpress.XtraReports.UserDesigner.DesignDockPanel.#ctor">
  809. <summary>
  810. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanel"/> class with the default settings.</para>
  811. </summary>
  812. </member>
  813. <member name="M:DevExpress.XtraReports.UserDesigner.DesignDockPanel.#ctor(DevExpress.XtraBars.Docking.DockManager,DevExpress.XtraBars.Docking.DockingStyle)">
  814. <summary>
  815. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanel"/> class with the specified docking style and owner.</para>
  816. </summary>
  817. <param name="dockManager">A <see cref="T:DevExpress.XtraBars.Docking.DockManager"/> that is the owner of the created object. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanel.DockManager"/> property.</param>
  818. <param name="dock">A <see cref="T:DevExpress.XtraBars.Docking.DockingStyle"/> enumeration value that specifies the docking style of the created object. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanel.Dock"/> property.</param>
  819. </member>
  820. <member name="P:DevExpress.XtraReports.UserDesigner.DesignDockPanel.Text">
  821. <summary>
  822. <para>Overrides the <see cref="P:DevExpress.XtraBars.Docking.DockPanel.Text"/> property to hide it.</para>
  823. </summary>
  824. <value>A <see cref="T:System.String"/> value that specifies the dock panel caption.</value>
  825. </member>
  826. <member name="P:DevExpress.XtraReports.UserDesigner.DesignDockPanel.XRDesignPanel">
  827. <summary>
  828. <para>Associates the <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanel"/> with the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/>.</para>
  829. </summary>
  830. <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object.</value>
  831. </member>
  832. <member name="T:DevExpress.XtraReports.UserDesigner.DockPanelCollection">
  833. <summary>
  834. <para>For internal use. Lists the auto-hidden dock panels in the Ribbon End-User Report Designer.</para>
  835. </summary>
  836. </member>
  837. <member name="M:DevExpress.XtraReports.UserDesigner.DockPanelCollection.AddRange(DevExpress.XtraBars.Docking.DockPanel[])">
  838. <summary>
  839. <para>Appends an array of dock panels to the collection.</para>
  840. </summary>
  841. <param name="panels">An array of <see cref="T:DevExpress.XtraBars.Docking.DockPanel"/> objects to append to the collection.</param>
  842. </member>
  843. <member name="T:DevExpress.XtraReports.UserDesigner.ErrorListDockPanel">
  844. <summary>
  845. <para>The Scripts Errors dock panel that displays the results of script validation in the End-User Report Designer.</para>
  846. </summary>
  847. </member>
  848. <member name="M:DevExpress.XtraReports.UserDesigner.ErrorListDockPanel.#ctor">
  849. <summary>
  850. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.ErrorListDockPanel"/> class with the default settings.</para>
  851. </summary>
  852. </member>
  853. <member name="M:DevExpress.XtraReports.UserDesigner.ErrorListDockPanel.#ctor(DevExpress.XtraBars.Docking.DockManager,DevExpress.XtraBars.Docking.DockingStyle)">
  854. <summary>
  855. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.ErrorListDockPanel"/> class with the specified docking style and owner.</para>
  856. </summary>
  857. <param name="dockManager">A <see cref="T:DevExpress.XtraBars.Docking.DockManager"/> object which represents the owner of the created object. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanel.DockManager"/> property.</param>
  858. <param name="dock">A <see cref="T:DevExpress.XtraBars.Docking.DockingStyle"/> enumeration value which represents the docking style of the created object. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanel.Dock"/> property.</param>
  859. </member>
  860. <member name="T:DevExpress.XtraReports.UserDesigner.ErrorListUserControl">
  861. <summary />
  862. </member>
  863. <member name="M:DevExpress.XtraReports.UserDesigner.ErrorListUserControl.#ctor">
  864. <summary>
  865. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.ErrorListUserControl"/> class.</para>
  866. </summary>
  867. </member>
  868. <member name="P:DevExpress.XtraReports.UserDesigner.ErrorListUserControl.Model">
  869. <summary />
  870. <value></value>
  871. </member>
  872. <member name="T:DevExpress.XtraReports.UserDesigner.FieldListDockPanel">
  873. <summary>
  874. <para>The Field List dock panel that displays the structure of a report’s data source in the End-User Report Designer.</para>
  875. </summary>
  876. </member>
  877. <member name="M:DevExpress.XtraReports.UserDesigner.FieldListDockPanel.#ctor">
  878. <summary>
  879. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.FieldListDockPanel"/> class with the default settings.</para>
  880. </summary>
  881. </member>
  882. <member name="M:DevExpress.XtraReports.UserDesigner.FieldListDockPanel.#ctor(DevExpress.XtraBars.Docking.DockManager,DevExpress.XtraBars.Docking.DockingStyle)">
  883. <summary>
  884. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.FieldListDockPanel"/> class with the specified docking style and owner.</para>
  885. </summary>
  886. <param name="dockManager">A <see cref="T:DevExpress.XtraBars.Docking.DockManager"/> object which represents the owner of the created object. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanel.DockManager"/> property.</param>
  887. <param name="dock">A <see cref="T:DevExpress.XtraBars.Docking.DockingStyle"/> enumeration value which represents the docking style of the created object. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanel.Dock"/> property.</param>
  888. </member>
  889. <member name="P:DevExpress.XtraReports.UserDesigner.FieldListDockPanel.ShowNodeToolTips">
  890. <summary>
  891. <para>Gets or sets a value indicating whether to show node tooltips for end-users, for the purpose of teaching them to use the Field List.</para>
  892. </summary>
  893. <value>true, to show node tooltips; otherwise, false.</value>
  894. </member>
  895. <member name="P:DevExpress.XtraReports.UserDesigner.FieldListDockPanel.ShowParametersNode">
  896. <summary>
  897. <para>Gets or sets a value indicating whether to show the Parameters node for end-users in the Field List.</para>
  898. </summary>
  899. <value>true to show the Parameters node; otherwise, false.</value>
  900. </member>
  901. <member name="M:DevExpress.XtraReports.UserDesigner.FieldListDockPanel.UpdateDataSource(System.ComponentModel.Design.IDesignerHost)">
  902. <summary>
  903. <para>Forcibly updates the structure of data sources currently displayed within this <see cref="T:DevExpress.XtraReports.UserDesigner.FieldListDockPanel"/> object.</para>
  904. </summary>
  905. <param name="designerHost">An object implementing the <see cref="T:System.ComponentModel.Design.IDesignerHost"/> interface that is used to manage designer transactions and components.</param>
  906. </member>
  907. <member name="T:DevExpress.XtraReports.UserDesigner.GroupAndSortDockPanel">
  908. <summary>
  909. <para>The Group and Sort dock panel that enables managing groups and sorting data in the End-User Report Designer.</para>
  910. </summary>
  911. </member>
  912. <member name="M:DevExpress.XtraReports.UserDesigner.GroupAndSortDockPanel.#ctor">
  913. <summary>
  914. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.GroupAndSortDockPanel"/> class with the default settings.</para>
  915. </summary>
  916. </member>
  917. <member name="M:DevExpress.XtraReports.UserDesigner.GroupAndSortDockPanel.#ctor(DevExpress.XtraBars.Docking.DockManager,DevExpress.XtraBars.Docking.DockingStyle)">
  918. <summary>
  919. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.GroupAndSortDockPanel"/> class with the specified docking style and owner.</para>
  920. </summary>
  921. <param name="dockManager">A <see cref="T:DevExpress.XtraBars.Docking.DockManager"/> object which represents the owner of the created object. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanel.DockManager"/> property.</param>
  922. <param name="dock">A <see cref="T:DevExpress.XtraBars.Docking.DockingStyle"/> enumeration value which represents the docking style of the created object. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanel.Dock"/> property.</param>
  923. </member>
  924. <member name="T:DevExpress.XtraReports.UserDesigner.ICommandHandler">
  925. <summary>
  926. <para>If implemented by a class, provides methods for handling commands in an End-User Designer for Windows Forms.</para>
  927. </summary>
  928. </member>
  929. <member name="M:DevExpress.XtraReports.UserDesigner.ICommandHandler.CanHandleCommand(DevExpress.XtraReports.UserDesigner.ReportCommand,System.Boolean@)">
  930. <summary>
  931. <para>Indicates whether or not the specified End-User Designer command can be handled.</para>
  932. </summary>
  933. <param name="command">A <see cref="T:DevExpress.XtraReports.UserDesigner.ReportCommand"/> enumeration value that specifies the command.</param>
  934. <param name="useNextHandler">true to allow calling the next handler registered for this command; otherwise false.</param>
  935. <returns>true, if the command can be handled; otherwise, false.</returns>
  936. </member>
  937. <member name="M:DevExpress.XtraReports.UserDesigner.ICommandHandler.HandleCommand(DevExpress.XtraReports.UserDesigner.ReportCommand,System.Object[])">
  938. <summary>
  939. <para>Handles the specified End-User Designer command.</para>
  940. </summary>
  941. <param name="command">A <see cref="T:DevExpress.XtraReports.UserDesigner.ReportCommand"/> enumeration value which specifies the command to be handled.</param>
  942. <param name="args">A collection of <see cref="T:System.Object"/> objects representing the parameters to be passed to the handled command.</param>
  943. </member>
  944. <member name="T:DevExpress.XtraReports.UserDesigner.IDesignControl">
  945. <summary>
  946. <para>If implemented, provides the Design Panel functionality.</para>
  947. </summary>
  948. </member>
  949. <member name="P:DevExpress.XtraReports.UserDesigner.IDesignControl.XRDesignPanel">
  950. <summary>
  951. <para>Specifies the current Design Panel instance.</para>
  952. </summary>
  953. <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object.</value>
  954. </member>
  955. <member name="T:DevExpress.XtraReports.UserDesigner.IDesignForm">
  956. <summary>
  957. <para>When implemented by a class, provides main methods for the End-User Report Designer form.</para>
  958. </summary>
  959. </member>
  960. <member name="P:DevExpress.XtraReports.UserDesigner.IDesignForm.DesignDockManager">
  961. <summary>
  962. <para>When implemented by a class, gets the docking panels’ container of the End-User Designer form.</para>
  963. </summary>
  964. <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignDockManager"/> object.</value>
  965. </member>
  966. <member name="P:DevExpress.XtraReports.UserDesigner.IDesignForm.DesignMdiController">
  967. <summary>
  968. <para>When implemented by a class, gets the MDI (multi-document interface) Controller associated with the design form.</para>
  969. </summary>
  970. <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignMdiController"/> object that is the MDI Controller associated with the form.</value>
  971. </member>
  972. <member name="P:DevExpress.XtraReports.UserDesigner.IDesignForm.IsDisposed">
  973. <summary>
  974. <para>For internal use. Gets a value indicating whether the form has been disposed of.</para>
  975. </summary>
  976. <value>true if the form has been disposed of; otherwise, false.</value>
  977. </member>
  978. <member name="M:DevExpress.XtraReports.UserDesigner.IDesignForm.OpenReport(DevExpress.XtraReports.UI.XtraReport)">
  979. <summary>
  980. <para>Loads the specified report instance to the <see cref="T:DevExpress.XtraReports.UserDesigner.IDesignForm"/>.</para>
  981. </summary>
  982. <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object, or one of its descendants representing the report to be opened.</param>
  983. </member>
  984. <member name="M:DevExpress.XtraReports.UserDesigner.IDesignForm.OpenReport(DevExpress.XtraReports.UI.XtraReport,DevExpress.LookAndFeel.UserLookAndFeel)">
  985. <summary>
  986. <para>Loads the specified report instance to the <see cref="T:DevExpress.XtraReports.UserDesigner.IDesignForm"/> with the specified look and feel settings.</para>
  987. </summary>
  988. <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object, or one of its descendants representing the report to be opened.</param>
  989. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, which specifies the look and feel settings applied to the End-User Designer form.</param>
  990. </member>
  991. <member name="M:DevExpress.XtraReports.UserDesigner.IDesignForm.SetWindowVisibility(DevExpress.XtraReports.UserDesigner.DesignDockPanelType,System.Boolean)">
  992. <summary>
  993. <para>If implemented by a class, sets the visibility of dock panels in the End-User Report Designer.</para>
  994. </summary>
  995. <param name="designDockPanels">A <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanelType"/> enumeration value, identifying the dock panel(s) of the End-User Designer.</param>
  996. <param name="visible">true, to display the dock panel(s); otherwise, false.</param>
  997. </member>
  998. <member name="M:DevExpress.XtraReports.UserDesigner.IDesignForm.Show">
  999. <summary>
  1000. <para>Shows the End-User Designer form.</para>
  1001. </summary>
  1002. </member>
  1003. <member name="M:DevExpress.XtraReports.UserDesigner.IDesignForm.ShowDialog">
  1004. <summary>
  1005. <para>Shows the End-User Designer form, modally.</para>
  1006. </summary>
  1007. <returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value.</returns>
  1008. </member>
  1009. <member name="T:DevExpress.XtraReports.UserDesigner.IPropertyGridIconsProvider">
  1010. <summary>
  1011. <para>When implemented, provides access to the Properties window’s tab icons collection.</para>
  1012. </summary>
  1013. </member>
  1014. <member name="P:DevExpress.XtraReports.UserDesigner.IPropertyGridIconsProvider.Icons">
  1015. <summary>
  1016. <para>Provides access to the Properties window’s tab icons collection.</para>
  1017. </summary>
  1018. <value>A dictionary of IconName-IconImage items.</value>
  1019. </member>
  1020. <member name="T:DevExpress.XtraReports.UserDesigner.PropertyGridDockPanel">
  1021. <summary>
  1022. <para>The Properties window dock panel that enables modifying the properties of a report, its bands and controls in the End-User Report Designer.</para>
  1023. </summary>
  1024. </member>
  1025. <member name="M:DevExpress.XtraReports.UserDesigner.PropertyGridDockPanel.#ctor">
  1026. <summary>
  1027. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.PropertyGridDockPanel"/> class with the default settings.</para>
  1028. </summary>
  1029. </member>
  1030. <member name="M:DevExpress.XtraReports.UserDesigner.PropertyGridDockPanel.#ctor(DevExpress.XtraBars.Docking.DockManager,DevExpress.XtraBars.Docking.DockingStyle)">
  1031. <summary>
  1032. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.PropertyGridDockPanel"/> class with the specified docking style and owner.</para>
  1033. </summary>
  1034. <param name="dockManager">A <see cref="T:DevExpress.XtraBars.Docking.DockManager"/> object which represents the owner of the created object. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanel.DockManager"/> property.</param>
  1035. <param name="dock">A <see cref="T:DevExpress.XtraBars.Docking.DockingStyle"/> enumeration value which represents the docking style of the created object. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanel.Dock"/> property.</param>
  1036. </member>
  1037. <member name="P:DevExpress.XtraReports.UserDesigner.PropertyGridDockPanel.ShowCategories">
  1038. <summary>
  1039. <para>Gets or sets a value indicating whether to show categories for the items in the Properties window, or show them in alphabetical order.</para>
  1040. </summary>
  1041. <value>true to show categories; false to sort alphabetically.</value>
  1042. </member>
  1043. <member name="P:DevExpress.XtraReports.UserDesigner.PropertyGridDockPanel.ShowDescription">
  1044. <summary>
  1045. <para>Gets or sets a value indicating whether to show the Description bar at the bottom of the Properties window.</para>
  1046. </summary>
  1047. <value>true to show the Description bar; otherwise, false.</value>
  1048. </member>
  1049. <member name="P:DevExpress.XtraReports.UserDesigner.PropertyGridDockPanel.UseOfficeInspiredView">
  1050. <summary />
  1051. <value></value>
  1052. </member>
  1053. <member name="P:DevExpress.XtraReports.UserDesigner.PropertyGridDockPanel.UseTabbedView">
  1054. <summary>
  1055. <para>Gets or sets whether the End-User Designer‘s Properties window shows properties organized in tabs.</para>
  1056. </summary>
  1057. <value>true, if the End-User Designer’s Properties window shows properties organized in tabs; otherwise, false.</value>
  1058. </member>
  1059. <member name="T:DevExpress.XtraReports.UserDesigner.ReportCommand">
  1060. <summary>
  1061. <para>Specifies the commands which can be executed in the report’s End-User Designer.</para>
  1062. </summary>
  1063. </member>
  1064. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.AddCalculatedField">
  1065. <summary>
  1066. <para>Invokes the editor to add a new calculated field. This command is available in the ribbon toolbar.</para>
  1067. </summary>
  1068. </member>
  1069. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.AddGalleryFolder">
  1070. <summary>
  1071. <para>Adds a new folder to the selected category of the Report Gallery. This command is available in a category’s context menu.</para>
  1072. </summary>
  1073. </member>
  1074. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.AddNewDataSource">
  1075. <summary>
  1076. <para>Invokes the data source Wizard which allows end-users to provide data for a report, as it has been invoked by the Add New data source verb available in the XtraReport.DataSource property editor. Note that if you hide this command, an end-user will be unable to create a new data source for a report.</para>
  1077. <para></para>
  1078. </summary>
  1079. </member>
  1080. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.AddParameter">
  1081. <summary>
  1082. <para>Invokes the Add New Parameter dialog that allows you to create a report parameter. This command is available in the ribbon toolbar.</para>
  1083. </summary>
  1084. </member>
  1085. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.AddToGallery">
  1086. <summary>
  1087. <para>Adds the selected element(s) to the Report Gallery. This command is available in the context menu of report controls, styles, data sources and a report.</para>
  1088. </summary>
  1089. </member>
  1090. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.AddToReportComponents">
  1091. <summary>
  1092. <para>Adds the data source selected in the Report Gallery to the current report. This command is available in a data source’s context menu.</para>
  1093. </summary>
  1094. </member>
  1095. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.AddToReportStyleSheet">
  1096. <summary>
  1097. <para>Adds a style selected in the Report Gallery to the current report’s style sheet. This command is available in a style’s context menu.</para>
  1098. </summary>
  1099. </member>
  1100. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.AlignBottom">
  1101. <summary>
  1102. <para>Aligns the bottoms of the selected controls. This command is represented both via the menu item and toolbar button.</para>
  1103. <para></para>
  1104. </summary>
  1105. </member>
  1106. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.AlignHorizontalCenters">
  1107. <summary>
  1108. <para>Aligns the centers of the selected controls horizontally. This command is represented both via the menu item and toolbar button.</para>
  1109. <para></para>
  1110. </summary>
  1111. </member>
  1112. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.AlignLeft">
  1113. <summary>
  1114. <para>Aligns the selected controls to the left. This command is represented both via the menu item and toolbar button.</para>
  1115. <para></para>
  1116. </summary>
  1117. </member>
  1118. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.AlignRight">
  1119. <summary>
  1120. <para>Aligns the selected controls to the right. This command is represented both via the menu item and toolbar button.</para>
  1121. <para></para>
  1122. </summary>
  1123. </member>
  1124. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.AlignToGrid">
  1125. <summary>
  1126. <para>Aligns the positions of the selected controls to the grid. This command is represented both via the menu item and toolbar button.</para>
  1127. <para></para>
  1128. </summary>
  1129. </member>
  1130. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.AlignTop">
  1131. <summary>
  1132. <para>Aligns the tops of the selected controls. This command is represented both via the menu item and toolbar button.</para>
  1133. <para></para>
  1134. </summary>
  1135. </member>
  1136. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.AlignVerticalCenters">
  1137. <summary>
  1138. <para>Aligns the centers of the selected controls vertically. This command is represented both via the menu item and toolbar button.</para>
  1139. <para></para>
  1140. </summary>
  1141. </member>
  1142. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ApplyDataSource">
  1143. <summary />
  1144. </member>
  1145. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ApplyLayoutToBand">
  1146. <summary />
  1147. </member>
  1148. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ApplyLayoutToReport">
  1149. <summary>
  1150. <para>Applies a report layout selected in the Report Gallery to the current report. This command is available in a report layout’s context menu.</para>
  1151. </summary>
  1152. </member>
  1153. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BackColor">
  1154. <summary>
  1155. <para>Sets the background color of the selected control(s). This command is represented both via the menu item and toolbar button.</para>
  1156. <para></para>
  1157. </summary>
  1158. </member>
  1159. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BandCollapseAll">
  1160. <summary />
  1161. </member>
  1162. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BandCollapseAllButSelected">
  1163. <summary />
  1164. </member>
  1165. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BandExpandAll">
  1166. <summary />
  1167. </member>
  1168. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BandMoveDown">
  1169. <summary>
  1170. <para>Identifies the Move Down item of the context menu. This menu is invoked if an end-user right-clicks a band of either the <see cref="F:DevExpress.XtraReports.UI.BandKind.GroupHeader"/>, <see cref="F:DevExpress.XtraReports.UI.BandKind.GroupFooter"/> or <see cref="F:DevExpress.XtraReports.UI.BandKind.DetailReport"/> kind. If you hide this command, then the Move Down menu item will be hidden.</para>
  1171. </summary>
  1172. </member>
  1173. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BandMoveUp">
  1174. <summary>
  1175. <para>Identifies the Move Up item of the context menu. This menu is invoked if an end-user right-clicks a band of either the <see cref="F:DevExpress.XtraReports.UI.BandKind.GroupHeader"/>, <see cref="F:DevExpress.XtraReports.UI.BandKind.GroupFooter"/> or <see cref="F:DevExpress.XtraReports.UI.BandKind.DetailReport"/> kind. If you hide this command, then the Move Up menu item will be hidden.</para>
  1176. </summary>
  1177. </member>
  1178. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BarCodeAutoModule">
  1179. <summary>
  1180. <para>Enables/disables automatic calculation of the bar width depending on the bar code’s size. This command is available in the Bar Code‘s ribbon contextual tab.</para>
  1181. </summary>
  1182. </member>
  1183. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BarCodeShowText">
  1184. <summary>
  1185. <para>Displays/hides accompanying text in a bar code. This command is available in the Bar Code‘s ribbon contextual tab.</para>
  1186. </summary>
  1187. </member>
  1188. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BarCodeSymbology">
  1189. <summary>
  1190. <para>Sets the specified bar code symbology. This command is available in the Bar Code‘s ribbon contextual tab.</para>
  1191. </summary>
  1192. </member>
  1193. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BindFieldToXRBarCode">
  1194. <summary>
  1195. <para>Identifies the XRBarCode item of the context menu. This menu is invoked after drag-and-dropping any Field List item with the right mouse click. If you hide this command, then the XRBarCode menu item will be hidden. Note that if you execute this command, it does nothing.</para>
  1196. <para></para>
  1197. </summary>
  1198. </member>
  1199. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BindFieldToXRCheckBox">
  1200. <summary>
  1201. <para>Identifies the XRCheckBox item of the context menu. This menu is invoked after drag-and-dropping any Field List item with the right mouse click. If you hide this command, then the XRCheckBox menu item will be hidden. Note that if you execute this command, it does nothing.</para>
  1202. <para></para>
  1203. </summary>
  1204. </member>
  1205. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BindFieldToXRLabel">
  1206. <summary>
  1207. <para>Identifies the XRLabel item of the context menu. This menu is invoked after drag-and-dropping any Field List item with the right mouse click. If you hide this command, then the XRLabel menu item will be hidden. Note that if you execute this command, it does nothing.</para>
  1208. <para></para>
  1209. </summary>
  1210. </member>
  1211. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BindFieldToXRPictureBox">
  1212. <summary>
  1213. <para>Identifies the XRPictureBox item of the context menu. This menu is invoked after drag-and-dropping any Field List item with the right mouse click. If you hide this command, then the XRPictureBox menu item will be hidden. Note that if you execute this command, it does nothing.</para>
  1214. <para></para>
  1215. </summary>
  1216. </member>
  1217. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BindFieldToXRRichText">
  1218. <summary>
  1219. <para>Identifies the XRRichText item of the context menu. This menu is invoked after drag-and-dropping any Field List item with the right mouse click. If you hide this command, then the XRRichText menu item will be hidden. Note that if you execute this command, it does nothing.</para>
  1220. <para></para>
  1221. </summary>
  1222. </member>
  1223. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BindFieldToXRZipCode">
  1224. <summary>
  1225. <para>Identifies the XRZipCode item of the context menu. This menu is invoked after drag-and-dropping any Field List item with the right mouse click. If you hide this command, then the XRZipCode menu item will be hidden. Note that if you execute this command, it does nothing.</para>
  1226. <para></para>
  1227. </summary>
  1228. </member>
  1229. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BorderBottom">
  1230. <summary>
  1231. <para>Adds the bottom border to the selected control(s). This command is available in the ribbon toolbar.</para>
  1232. </summary>
  1233. </member>
  1234. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BorderColor">
  1235. <summary>
  1236. <para>Sets the specified border color. This command is available in the ribbon toolbar.</para>
  1237. </summary>
  1238. </member>
  1239. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BorderDashStyle">
  1240. <summary>
  1241. <para>Sets the specified border dash style. This command is available in the ribbon toolbar.</para>
  1242. </summary>
  1243. </member>
  1244. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BorderLeft">
  1245. <summary>
  1246. <para>Adds the left border to the selected control(s). This command is available in the ribbon toolbar.</para>
  1247. </summary>
  1248. </member>
  1249. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BorderRight">
  1250. <summary>
  1251. <para>Adds the right border to the selected control(s). This command is available in the ribbon toolbar.</para>
  1252. </summary>
  1253. </member>
  1254. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BordersAll">
  1255. <summary>
  1256. <para>Adds all borders to the selected control(s). This command is available in the ribbon toolbar.</para>
  1257. </summary>
  1258. </member>
  1259. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BordersNone">
  1260. <summary>
  1261. <para>Removes borders from the selected control(s). This command is available in the ribbon toolbar.</para>
  1262. </summary>
  1263. </member>
  1264. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BorderTop">
  1265. <summary>
  1266. <para>Adds the top border to the selected control(s). This command is available in the ribbon toolbar.</para>
  1267. </summary>
  1268. </member>
  1269. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BorderWidth">
  1270. <summary>
  1271. <para>Sets the specified border width. This command is available in the ribbon toolbar.</para>
  1272. </summary>
  1273. </member>
  1274. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.BringToFront">
  1275. <summary>
  1276. <para>Brings the selected control(s) to the front. This command is represented via the menu item, toolbar button and context menu item.</para>
  1277. <para></para>
  1278. </summary>
  1279. </member>
  1280. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.CenterHorizontally">
  1281. <summary>
  1282. <para>Horizontally centers the selected controls within a band. This command is represented both via the menu item and toolbar button.</para>
  1283. <para></para>
  1284. </summary>
  1285. </member>
  1286. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.CenterVertically">
  1287. <summary>
  1288. <para>Vertically centers the selected controls within a band. This command is represented both via the menu item and toolbar button.</para>
  1289. <para></para>
  1290. </summary>
  1291. </member>
  1292. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.CharacterCombCellAutoHeight">
  1293. <summary>
  1294. <para>Enables/disables automatic adjusting of the character comb cell height depending on the current font size. This command is available in the Character Comb‘s ribbon contextual tab.</para>
  1295. </summary>
  1296. </member>
  1297. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.CharacterCombCellAutoWidth">
  1298. <summary>
  1299. <para>Enables/disables automatic adjusting of the character comb cell width depending on the current font size. This command is available in the Character Comb‘s ribbon contextual tab.</para>
  1300. </summary>
  1301. </member>
  1302. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.CharacterCombCellHeight">
  1303. <summary>
  1304. <para>Sets the specified character comb cell height. This command is available in the Character Comb‘s ribbon contextual tab.</para>
  1305. </summary>
  1306. </member>
  1307. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.CharacterCombCellHorizontalSpacing">
  1308. <summary>
  1309. <para>Sets the specified horizontal spacing between adjacent character comb cells. This command is available in the Character Comb‘s ribbon contextual tab.</para>
  1310. </summary>
  1311. </member>
  1312. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.CharacterCombCellVerticalSpacing">
  1313. <summary>
  1314. <para>Sets the specified vertical spacing between adjacent character comb cells. This command is available in the Character Comb‘s ribbon contextual tab.</para>
  1315. </summary>
  1316. </member>
  1317. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.CharacterCombCellWidth">
  1318. <summary>
  1319. <para>Sets the specified character comb cell width. This command is available in the Character Comb‘s ribbon contextual tab.</para>
  1320. </summary>
  1321. </member>
  1322. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ChartAddDataSource">
  1323. <summary>
  1324. <para>Invokes the Data Source Wizard to set up a data source for a chart. This command is available in the Chart‘s ribbon contextual tab.</para>
  1325. </summary>
  1326. </member>
  1327. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ChartAddImageAnnotation">
  1328. <summary>
  1329. <para>Adds an image annotation to a chart. This command is available in the Chart‘s ribbon contextual tab.</para>
  1330. </summary>
  1331. </member>
  1332. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ChartAddSeriesViewArea">
  1333. <summary>
  1334. <para>Adds an area series to a chart to display values as a filled area with peaks and hollows. This command is available in the Chart‘s ribbon contextual tab.</para>
  1335. </summary>
  1336. </member>
  1337. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ChartAddSeriesViewBar">
  1338. <summary>
  1339. <para>Adds a bar series to a chart to display values as vertical columns grouped by categories. This command is available in the Chart‘s ribbon contextual tab.</para>
  1340. </summary>
  1341. </member>
  1342. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ChartAddSeriesViewLine">
  1343. <summary>
  1344. <para>Adds a line series to a chart to show line trends over time or categories. This command is available in the Chart‘s ribbon contextual tab.</para>
  1345. </summary>
  1346. </member>
  1347. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ChartAddSeriesViewOther">
  1348. <summary>
  1349. <para>Adds the specified series to a chart. This command is available in the Chart‘s ribbon contextual tab.</para>
  1350. </summary>
  1351. </member>
  1352. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ChartAddSeriesViewPieAndDoughnut">
  1353. <summary>
  1354. <para>Adds a series to a chart to display the percentage values of different point arguments to compare their significance. This command is available in the Chart‘s ribbon contextual tab.</para>
  1355. </summary>
  1356. </member>
  1357. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ChartAddSeriesViewRadarAndPolar">
  1358. <summary>
  1359. <para>Adds a series to a chart to display values as a circular graph. This command is available in the Chart‘s ribbon contextual tab.</para>
  1360. </summary>
  1361. </member>
  1362. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ChartAddSeriesViewRange">
  1363. <summary>
  1364. <para>Adds a series to a chart to display a range of values with the minimum and maximum limits. This command is available in the Chart‘s ribbon contextual tab.</para>
  1365. </summary>
  1366. </member>
  1367. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ChartAddTextAnnotation">
  1368. <summary>
  1369. <para>Adds a text annotation to a chart. This command is available in the Chart‘s ribbon contextual tab.</para>
  1370. </summary>
  1371. </member>
  1372. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ChartAppearanceName">
  1373. <summary>
  1374. <para>Sets the specified appearance name for a chart. This command is available in the Chart‘s ribbon contextual tab.</para>
  1375. </summary>
  1376. </member>
  1377. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ChartEditAnnotations">
  1378. <summary>
  1379. <para>Invokes the Annotation Collection Editor that allows managing a chart’s text and image annotations. This command is available in the Chart‘s ribbon contextual tab.</para>
  1380. </summary>
  1381. </member>
  1382. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ChartEditPalettes">
  1383. <summary>
  1384. <para>Invokes the Palettes Collection Editor that allows managing chart palettes. This command is available in the Chart‘s ribbon contextual tab.</para>
  1385. </summary>
  1386. </member>
  1387. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ChartEditSeries">
  1388. <summary>
  1389. <para>Invokes the Series Collection Editor that allows managing chart series. This command is available in the Chart‘s ribbon contextual tab.</para>
  1390. </summary>
  1391. </member>
  1392. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ChartLoad">
  1393. <summary>
  1394. <para>Invokes the Open dialog that allows you to load a chart from an XML file. This command is available in the Chart‘s ribbon contextual tab.</para>
  1395. </summary>
  1396. </member>
  1397. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ChartPaletteName">
  1398. <summary>
  1399. <para>Sets the specified palette for painting a chart’s series. This command is available in the Chart‘s ribbon contextual tab.</para>
  1400. </summary>
  1401. </member>
  1402. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ChartRemoveAnnotation">
  1403. <summary>
  1404. <para>Removes the specified annotation from a chart. This command is available in the Chart‘s ribbon contextual tab.</para>
  1405. </summary>
  1406. </member>
  1407. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ChartRemoveSeries">
  1408. <summary>
  1409. <para>Removes the specified series from a chart. This command is available in the Chart‘s ribbon contextual tab.</para>
  1410. </summary>
  1411. </member>
  1412. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ChartRunDesigner">
  1413. <summary>
  1414. <para>Runs the Chart Designer that allows creating and editing properties of a chart and its elements. This command is available in the Chart‘s ribbon contextual tab.</para>
  1415. </summary>
  1416. </member>
  1417. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ChartSave">
  1418. <summary>
  1419. <para>Invokes the Save dialog that allows you to save a chart to an XML file. This command is available in the Chart‘s ribbon contextual tab.</para>
  1420. </summary>
  1421. </member>
  1422. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.CheckIn">
  1423. <summary>
  1424. <para>For use only by Report and Dashboard Server.</para>
  1425. </summary>
  1426. </member>
  1427. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.Close">
  1428. <summary>
  1429. <para>Closes the active Design Panel in an MDI End-User Designer form.</para>
  1430. </summary>
  1431. </member>
  1432. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.Closing">
  1433. <summary>
  1434. <para>This command should be handled when overriding saving in the End-User Designer. Note that you don’t need to either change its visibility or execute it, otherwise the result may be unpredictable.</para>
  1435. </summary>
  1436. </member>
  1437. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.Copy">
  1438. <summary>
  1439. <para>Copies the selected control(s) to the clipboard. This command is represented via the menu item, toolbar button and context menu item.</para>
  1440. <para></para>
  1441. </summary>
  1442. </member>
  1443. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.CopyGalleryItem">
  1444. <summary>
  1445. <para>Copies the selected Report Gallery item to the clipboard. This command is available in the item’s context menu.</para>
  1446. </summary>
  1447. </member>
  1448. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.Cut">
  1449. <summary>
  1450. <para>Deletes the currently selected control(s) and copies it to the clipboard. This command is represented via the menu item, toolbar button and context menu item.</para>
  1451. <para></para>
  1452. </summary>
  1453. </member>
  1454. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.CutGalleryItem">
  1455. <summary>
  1456. <para>Deletes the selected Report Gallery item and copies it to the clipboard. This command is available in the item’s context menu.</para>
  1457. </summary>
  1458. </member>
  1459. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.Delete">
  1460. <summary>
  1461. <para>Deletes the currently selected control(s). This command is represented via the menu item and context menu item.</para>
  1462. </summary>
  1463. </member>
  1464. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.DeleteGalleryItem">
  1465. <summary>
  1466. <para>Deletes the selected Report Gallery item. This command is available in the item’s context menu.</para>
  1467. </summary>
  1468. </member>
  1469. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.DrawGridLines">
  1470. <summary>
  1471. <para>Shows/hides gridlines on the report surface. This command is available in the ribbon toolbar.</para>
  1472. </summary>
  1473. </member>
  1474. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.DrawWatermark">
  1475. <summary>
  1476. <para>Shows/hides the document’s watermark on the report surface. This command is available in the ribbon toolbar.</para>
  1477. </summary>
  1478. </member>
  1479. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.EditCalculatedFields">
  1480. <summary />
  1481. </member>
  1482. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.EditFavoriteProperties">
  1483. <summary>
  1484. <para>Invokes the Favorite Properties Editor that allows editing favorite properties. This command is available in the Properties window’s context menu.</para>
  1485. </summary>
  1486. </member>
  1487. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.EditParameters">
  1488. <summary />
  1489. </member>
  1490. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.EditStyles">
  1491. <summary>
  1492. <para>Invokes the Styles Editor that allows managing report styles. This command is available in the ribbon toolbar.</para>
  1493. </summary>
  1494. </member>
  1495. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.Exit">
  1496. <summary>
  1497. <para>Closes the form containing the current <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> control which executes this command. Note that if you hide this command, then all menu items and toolbar buttons associated with it will become unavailable.</para>
  1498. </summary>
  1499. </member>
  1500. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ExtractStyle">
  1501. <summary>
  1502. <para>Creates a new style based on the specified control’s appearance settings. This command is available in the ribbon toolbar.</para>
  1503. </summary>
  1504. </member>
  1505. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.FitBoundsToContainer">
  1506. <summary>
  1507. <para>Adjusts the control’s size to fit its parent container. This command is available in the control context menu and in the ribbon toolbar.</para>
  1508. </summary>
  1509. </member>
  1510. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.FitBoundsToText">
  1511. <summary>
  1512. <para>Adjusts the control’s size to fit its text. This command is available in the context menu of <see cref="T:DevExpress.XtraReports.UI.XRLabel"/> and <see cref="T:DevExpress.XtraReports.UI.XRCharacterComb"/> and in the ribbon’s Text contextual tab.</para>
  1513. </summary>
  1514. </member>
  1515. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.FitTextToBounds">
  1516. <summary>
  1517. <para>Adjusts the control’s font size to fit the control boundaries. This command is available in the context menu of <see cref="T:DevExpress.XtraReports.UI.XRLabel"/> and <see cref="T:DevExpress.XtraReports.UI.XRTableCell"/> and in the ribbon’s Text contextual tab.</para>
  1518. </summary>
  1519. </member>
  1520. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.FontBold">
  1521. <summary>
  1522. <para>Makes the font bold. This command is represented both via the menu item and toolbar button.</para>
  1523. <para></para>
  1524. </summary>
  1525. </member>
  1526. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.FontItalic">
  1527. <summary>
  1528. <para>Makes the font italic. This command is represented both via the menu item and toolbar button.</para>
  1529. <para></para>
  1530. </summary>
  1531. </member>
  1532. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.FontName">
  1533. <summary>
  1534. <para>Sets the specified font name to the <see cref="P:DevExpress.XtraReports.UI.XRControl.Font"/> property of the currently selected control(s), as it has been changed by the Font Name edit box which is shown in the Formatting Toolbar. Note that if you hide this command, then the Font Name edit box will be unavailable.</para>
  1535. <para></para>
  1536. </summary>
  1537. </member>
  1538. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.FontSize">
  1539. <summary>
  1540. <para>Sets the specified font size to the <see cref="P:DevExpress.XtraReports.UI.XRControl.Font"/> property of the currently selected control(s), as it has been changed by the Font Size edit box which is shown in the Formatting Toolbar. Note that if you hide this command, then the Font Size edit box will be unavailable.</para>
  1541. <para></para>
  1542. </summary>
  1543. </member>
  1544. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.FontStrikeout">
  1545. <summary>
  1546. <para>Crosses the text out by drawing a line through it. This command is available in the ribbon toolbar.</para>
  1547. </summary>
  1548. </member>
  1549. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.FontUnderline">
  1550. <summary>
  1551. <para>Underlines the font. This command is represented both via the menu item and toolbar button.</para>
  1552. <para></para>
  1553. </summary>
  1554. </member>
  1555. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ForeColor">
  1556. <summary>
  1557. <para>Sets the foreground color of the selected control(s). This command is represented both via the menu item and toolbar button.</para>
  1558. <para></para>
  1559. </summary>
  1560. </member>
  1561. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.GaugeViewThemeDark">
  1562. <summary>
  1563. <para>Sets the Flat Dark color theme for a gauge. This command is available in the Gauge‘s ribbon contextual tab.</para>
  1564. </summary>
  1565. </member>
  1566. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.GaugeViewThemeLight">
  1567. <summary>
  1568. <para>Sets the Flat Light color theme for a gauge. This command is available in the Gauge‘s ribbon contextual tab.</para>
  1569. </summary>
  1570. </member>
  1571. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.GaugeViewTypeStyle">
  1572. <summary>
  1573. <para>Sets the specified view style for a gauge. This command is available in the Gauge‘s ribbon contextual tab.</para>
  1574. </summary>
  1575. </member>
  1576. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.HorizSpaceConcatenate">
  1577. <summary>
  1578. <para>Removes the horizontal spacing between the selected controls. This command is represented both via the menu item and toolbar button.</para>
  1579. <para></para>
  1580. </summary>
  1581. </member>
  1582. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.HorizSpaceDecrease">
  1583. <summary>
  1584. <para>Decreases the horizontal spacing between the selected controls. This command is represented both via the menu item and toolbar button.</para>
  1585. <para></para>
  1586. </summary>
  1587. </member>
  1588. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.HorizSpaceIncrease">
  1589. <summary>
  1590. <para>Increases the horizontal spacing between the selected controls. This command is represented both via the menu item and toolbar button.</para>
  1591. <para></para>
  1592. </summary>
  1593. </member>
  1594. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.HorizSpaceMakeEqual">
  1595. <summary>
  1596. <para>Makes the horizontal spacing between the selected controls equal. This command is represented both via the menu item and toolbar button.</para>
  1597. <para></para>
  1598. </summary>
  1599. </member>
  1600. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.HtmlBackward">
  1601. <summary>
  1602. <para>Moves the HTML browser backward to the previous page. This command is represented on the HTML View Ribbon page of the End-User Designer with a Ribbon only.</para>
  1603. </summary>
  1604. </member>
  1605. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.HtmlFind">
  1606. <summary>
  1607. <para>Finds the text on the HTML page. This command is represented on the HTML View Ribbon page of the End-User Designer with a Ribbon only.</para>
  1608. </summary>
  1609. </member>
  1610. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.HtmlForward">
  1611. <summary>
  1612. <para>Moves the HTML browser forward to the previous page. This command is represented on the HTML View Ribbon page of the End-User Designer with a Ribbon only.</para>
  1613. </summary>
  1614. </member>
  1615. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.HtmlHome">
  1616. <summary>
  1617. <para>Displays the Home page in the HTML browser. This command is represented on the HTML View Ribbon page of the End-User Designer with a Ribbon only.</para>
  1618. </summary>
  1619. </member>
  1620. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.HtmlRefresh">
  1621. <summary>
  1622. <para>Refreshes the current page in the HTML browser. This command is represented on the HTML View Ribbon page of the End-User Designer with a Ribbon only.</para>
  1623. </summary>
  1624. </member>
  1625. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.InsertBottomMarginBand">
  1626. <summary>
  1627. <para>Inserts the Bottom Margin band into a report. This command is represented via the context menu item only.</para>
  1628. </summary>
  1629. </member>
  1630. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.InsertDetailBand">
  1631. <summary>
  1632. <para>Inserts the Detail band into a report. This command is represented via the context menu item only.</para>
  1633. </summary>
  1634. </member>
  1635. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.InsertDetailReport">
  1636. <summary>
  1637. <para>Inserts the Detail Report band into a report. This command is represented via the context menu item only.</para>
  1638. </summary>
  1639. </member>
  1640. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.InsertGroupFooterBand">
  1641. <summary>
  1642. <para>Inserts the Group Footer band into a report. This command is represented via the context menu item only.</para>
  1643. </summary>
  1644. </member>
  1645. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.InsertGroupHeaderBand">
  1646. <summary>
  1647. <para>Inserts the Group Header band into a report. This command is represented via the context menu item only.</para>
  1648. </summary>
  1649. </member>
  1650. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.InsertPageFooterBand">
  1651. <summary>
  1652. <para>Inserts the Page Footer band into a report. This command is represented via the context menu item only.</para>
  1653. </summary>
  1654. </member>
  1655. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.InsertPageHeaderBand">
  1656. <summary>
  1657. <para>Inserts the Page Header band into a report. This command is represented via the context menu item only.</para>
  1658. </summary>
  1659. </member>
  1660. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.InsertReportFooterBand">
  1661. <summary>
  1662. <para>Inserts the Report Footer band into a report. This command is represented via the context menu item only.</para>
  1663. </summary>
  1664. </member>
  1665. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.InsertReportHeaderBand">
  1666. <summary>
  1667. <para>Inserts the Report Header band into a report. This command is represented via the context menu item only.</para>
  1668. </summary>
  1669. </member>
  1670. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.InsertSubBand">
  1671. <summary>
  1672. <para>Inserts a SubBand into a report. This command is available from the context menu only. It is not available in <see cref="T:DevExpress.XtraReports.UI.TopMarginBand"/>, <see cref="T:DevExpress.XtraReports.UI.BottomMarginBand"/> and <see cref="T:DevExpress.XtraReports.UI.VerticalBand"/>.</para>
  1673. </summary>
  1674. </member>
  1675. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.InsertTopMarginBand">
  1676. <summary>
  1677. <para>Inserts the Top Margin band into a report. This command is represented via the context menu item only.</para>
  1678. </summary>
  1679. </member>
  1680. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.InsertVerticalDetailBand">
  1681. <summary>
  1682. <para>Inserts the Vertical Detail band into a report. This command is available in the context menu item only.</para>
  1683. </summary>
  1684. </member>
  1685. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.InsertVerticalHeaderBand">
  1686. <summary>
  1687. <para>Inserts the Vertical Header band into a report. This command is available in the context menu item only.</para>
  1688. </summary>
  1689. </member>
  1690. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.InsertVerticalTotalBand">
  1691. <summary>
  1692. <para>Inserts the Vertical Total band into a report. This command is available in the context menu item only.</para>
  1693. </summary>
  1694. </member>
  1695. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.JustifyCenter">
  1696. <summary>
  1697. <para>Aligns the control’s text to the center. This command is represented both via the menu item and toolbar button.</para>
  1698. <para></para>
  1699. </summary>
  1700. </member>
  1701. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.JustifyJustify">
  1702. <summary>
  1703. <para>Justifies the control’s text. This command is represented both via the menu item and toolbar button.</para>
  1704. <para></para>
  1705. </summary>
  1706. </member>
  1707. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.JustifyLeft">
  1708. <summary>
  1709. <para>Aligns the control’s text to the left. This command is represented both via the menu item and toolbar button.</para>
  1710. <para></para>
  1711. </summary>
  1712. </member>
  1713. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.JustifyRight">
  1714. <summary>
  1715. <para>Aligns the control’s text to the right. This command is represented both via the menu item and toolbar button.</para>
  1716. <para></para>
  1717. </summary>
  1718. </member>
  1719. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeyCancel">
  1720. <summary>
  1721. <para>Performs the Cancel action, the same as the one which should be performed if an end-user has pressed the Cancel key.</para>
  1722. </summary>
  1723. </member>
  1724. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeyDefaultAction">
  1725. <summary>
  1726. <para>Performs the Default action, the same as the one which should be performed if an end-user has pressed the Enter key.</para>
  1727. </summary>
  1728. </member>
  1729. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeyMoveDown">
  1730. <summary>
  1731. <para>Moves the selected control(s) to the bottom as they were moved by the Down Arrow key. Note that if you hide this command, an end-user will still be able to move controls by the Down Arrow key.</para>
  1732. </summary>
  1733. </member>
  1734. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeyMoveLeft">
  1735. <summary>
  1736. <para>Moves the selected control(s) to the left as they were moved by the Left Arrow key. Note that if you hide this command, an end-user will still be able to move controls by the Left Arrow key.</para>
  1737. </summary>
  1738. </member>
  1739. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeyMoveRight">
  1740. <summary>
  1741. <para>Moves the selected control(s) to the right as they were moved by the Right Arrow key. Note that if you hide this command, an end-user will still be able to move controls by the Right Arrow key.</para>
  1742. </summary>
  1743. </member>
  1744. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeyMoveUp">
  1745. <summary>
  1746. <para>Moves the selected control(s) to the top as they were moved by the Up Arrow key. Note that if you hide this command, an end-user will still be able to move controls by the Up Arrow key.</para>
  1747. </summary>
  1748. </member>
  1749. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeyNudgeDown">
  1750. <summary>
  1751. <para>Moves the selected control(s) to the bottom by one report unit as they have been moved using the Ctrl+Down Arrow keys. Note that if you hide this command, an end-user will still be able to move controls by the Ctrl+Down Arrow key.</para>
  1752. </summary>
  1753. </member>
  1754. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeyNudgeHeightDecrease">
  1755. <summary>
  1756. <para>Decreases the height of the selected control(s) by one report unit as it has been decreased using the Ctrl+Shift+Up Arrow keys. Note that if you hide this command, an end-user will still be able to decrease the controls height by the Ctrl+Shift+Up Arrow keys.</para>
  1757. </summary>
  1758. </member>
  1759. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeyNudgeHeightIncrease">
  1760. <summary>
  1761. <para>Increases the height of the selected control(s) by one report unit as it has been increased using the Ctrl+Shift+Down Arrow keys. Note that if you hide this command, an end-user will still be able to increase the controls height by the Ctrl+Shift+Down Arrow keys.</para>
  1762. </summary>
  1763. </member>
  1764. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeyNudgeLeft">
  1765. <summary>
  1766. <para>Moves the selected control(s) to the left by one report unit as they have been moved using the Ctrl+Left Arrow key. Note that if you hide this command, an end-user will still be able to move controls by the Ctrl+Left Arrow key.</para>
  1767. </summary>
  1768. </member>
  1769. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeyNudgeRight">
  1770. <summary>
  1771. <para>Moves the selected control(s) to the right by one report unit as they have been moved using the Ctrl+Right Arrow key. Note that if you hide this command, an end-user will still be able to move controls by the Ctrl+Right Arrow key.</para>
  1772. </summary>
  1773. </member>
  1774. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeyNudgeUp">
  1775. <summary>
  1776. <para>Moves the selected control(s) to the top by one report unit as they have been moved using the Ctrl+Up Arrow key. Note that if you hide this command, an end-user will still be able to move controls by the Ctrl+Up Arrow key.</para>
  1777. </summary>
  1778. </member>
  1779. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeyNudgeWidthDecrease">
  1780. <summary>
  1781. <para>Decreases the width of the selected control(s) by one report unit as it has been decreased using the Ctrl+Shift+Left Arrow keys. Note that if you hide this command, an end-user will still be able to decrease the controls width by the Ctrl+Shift+Left Arrow keys.</para>
  1782. </summary>
  1783. </member>
  1784. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeyNudgeWidthIncrease">
  1785. <summary>
  1786. <para>Increases the width of the selected control(s) by one report unit as it has been increased using the Ctrl+Shift+Right Arrow keys. Note that if you hide this command, an end-user will still be able to increase the controls width by the Ctrl+Shift+Right Arrow keys.</para>
  1787. </summary>
  1788. </member>
  1789. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeySelectNext">
  1790. <summary>
  1791. <para>Selects a control which is next to the currently selected control in the tab order, as it was selected by the Tab key. Note that if you hide this command, an end-user will still be able to move the controls selection by the Tab key.</para>
  1792. </summary>
  1793. </member>
  1794. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeySelectPrevious">
  1795. <summary>
  1796. <para>Selects a control which is previous to the currently selected control in the tab order, as it was selected by the Shift+Tab keys. Note that if you hide this command, an end-user will still be able to move the controls selection by the Shift+Tab keys.</para>
  1797. </summary>
  1798. </member>
  1799. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeySizeHeightDecrease">
  1800. <summary>
  1801. <para>Decreases the selected control’s height when users press the Shift+Up Arrow keys. The decrease depends on the report’s <see cref="P:DevExpress.XtraReports.UI.XtraReport.SnappingMode"/> property value: * None - decreases the height by the <see cref="P:DevExpress.XtraReports.UI.XtraReport.ReportUnit"/> value; * SnapLines - decreases the height to the nearest snap position; * SnapGrid - decreases the height to the nearest grid line; * SnapToGridAndSnapLines - decreases the height to the nearest grid line or snap position. If you hide this command, users can still decrease the controls height with the Shift+Up Arrow keys.</para>
  1802. </summary>
  1803. </member>
  1804. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeySizeHeightIncrease">
  1805. <summary>
  1806. <para>Increases the selected control’s height when users press the Shift+Down Arrow keys. The increase depends on the report’s <see cref="P:DevExpress.XtraReports.UI.XtraReport.SnappingMode"/> property value: * None - increases the height by the <see cref="P:DevExpress.XtraReports.UI.XtraReport.ReportUnit"/> value; * SnapLines - increases the height to the nearest snap position; * SnapGrid - increases the height to the nearest grid line; * SnapToGridAndSnapLines - increases the height to the nearest grid line or snap position. If you hide this command, users can still increase the controls height with the Shift+Down Arrow keys.</para>
  1807. </summary>
  1808. </member>
  1809. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeySizeWidthDecrease">
  1810. <summary>
  1811. <para>Decreases the selected control’s width when users press the Shift+Left Arrow keys. The decrease depends on the report’s <see cref="P:DevExpress.XtraReports.UI.XtraReport.SnappingMode"/> property value: * None - decreases the width by the <see cref="P:DevExpress.XtraReports.UI.XtraReport.ReportUnit"/> value; * SnapLines - decreases the width to the nearest snap position; * SnapGrid - decreases the width to the nearest grid line; * SnapToGridAndSnapLines - decreases the width to the nearest grid line or snap position. If you hide this command, users can still decrease the controls’ width with the Shift+Left Arrow keys.</para>
  1812. </summary>
  1813. </member>
  1814. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.KeySizeWidthIncrease">
  1815. <summary>
  1816. <para>Increases the selected control’s width when users press the Shift+Right Arrow keys. The increase depends on the report’s <see cref="P:DevExpress.XtraReports.UI.XtraReport.SnappingMode"/> property value: * None - increases the width by the <see cref="P:DevExpress.XtraReports.UI.XtraReport.ReportUnit"/> value; * SnapLines - increases the width to the nearest snap position; * SnapGrid - increases the width to the nearest grid line; * SnapToGridAndSnapLines - increases the width to the nearest grid line or snap position. If you hide this command, users can still increase the controls’ width with the Shift+Right Arrow keys.</para>
  1817. </summary>
  1818. </member>
  1819. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.LabelAutoWidth">
  1820. <summary>
  1821. <para>Enables/disables the selected control(s) to adjust their width to fit their content. This command is available in the ribbon’s Text contextual tab.</para>
  1822. </summary>
  1823. </member>
  1824. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.LabelCanGrow">
  1825. <summary>
  1826. <para>Enables/disables the selected controls to increase their height to fit their content. This command is available in the ribbon’s Text contextual tab.</para>
  1827. </summary>
  1828. </member>
  1829. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.LabelCanShrink">
  1830. <summary>
  1831. <para>Enables/disables the selected control(s) to decrease their height to fit their content. This command is available in the ribbon’s Text contextual tab.</para>
  1832. </summary>
  1833. </member>
  1834. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.LabelsConvertToTable">
  1835. <summary />
  1836. </member>
  1837. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.LabelWordWrap">
  1838. <summary>
  1839. <para>Enables/disables the selected control(s) to wrap their text if it does not fit a line. This command is available in the ribbon’s Text contextual tab.</para>
  1840. </summary>
  1841. </member>
  1842. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.Language">
  1843. <summary>
  1844. <para>Sets the report locale (language) for localization.</para>
  1845. </summary>
  1846. </member>
  1847. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.LoadGallery">
  1848. <summary>
  1849. <para>Loads Report Gallery templates from the selected file. This command is available in a Report Gallery’s context menu.</para>
  1850. </summary>
  1851. </member>
  1852. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.Logout">
  1853. <summary />
  1854. </member>
  1855. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.MdiCascade">
  1856. <summary>
  1857. <para>When the window interface is enabled in an MDI End-User Designer form, arranges Design Panel windows in cascade.</para>
  1858. </summary>
  1859. </member>
  1860. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.MdiTileHorizontal">
  1861. <summary>
  1862. <para>When the window interface is enabled in an MDI End-User Designer form, tiles Design Panel windows horizontally.</para>
  1863. </summary>
  1864. </member>
  1865. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.MdiTileVertical">
  1866. <summary>
  1867. <para>When the window interface is enabled in an MDI End-User Designer form, tiles Design Panel windows vertically.</para>
  1868. </summary>
  1869. </member>
  1870. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.MoveGalleryItem">
  1871. <summary />
  1872. </member>
  1873. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.NavigateToControl">
  1874. <summary />
  1875. </member>
  1876. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.NewReport">
  1877. <summary>
  1878. <para>Creates a new blank report. This command is represented both via the menu item and toolbar button.</para>
  1879. <para></para>
  1880. </summary>
  1881. </member>
  1882. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.NewReportWizard">
  1883. <summary>
  1884. <para>Creates a new blank report and runs the XtraReports Wizard to customize it. This command is represented via the menu item only.</para>
  1885. </summary>
  1886. </member>
  1887. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.None">
  1888. <summary>
  1889. <para>Doesn’t identify any command. This member is intended for internal use only.</para>
  1890. </summary>
  1891. </member>
  1892. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.OpenFile">
  1893. <summary>
  1894. <para>Opens a report. This command is represented both via the menu item and toolbar button.</para>
  1895. <para></para>
  1896. </summary>
  1897. </member>
  1898. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.OpenRemoteReport">
  1899. <summary>
  1900. <para>For use only by Report and Dashboard Server.</para>
  1901. </summary>
  1902. </member>
  1903. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.OpenSubreport">
  1904. <summary>
  1905. <para>For use only by Report and Dashboard Server.</para>
  1906. </summary>
  1907. </member>
  1908. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.PageColor">
  1909. <summary>
  1910. <para>Sets the specified background color for report pages. This command is available in the ribbon toolbar.</para>
  1911. </summary>
  1912. </member>
  1913. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.PageMargins">
  1914. <summary>
  1915. <para>Sets the specified margin sizes for a report. This command is available in the ribbon toolbar.</para>
  1916. </summary>
  1917. </member>
  1918. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.PageOrientation">
  1919. <summary>
  1920. <para>Sets the portrait or landscape page layout. This command is available in the ribbon toolbar.</para>
  1921. </summary>
  1922. </member>
  1923. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.PageSetup">
  1924. <summary>
  1925. <para>Invokes the Page Setup dialog that allows customizing the paper size and page margins. This command is available in the ribbon toolbar.</para>
  1926. </summary>
  1927. </member>
  1928. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.PageSize">
  1929. <summary>
  1930. <para>Sets the specified paper size for a report. This command is available in the ribbon toolbar.</para>
  1931. </summary>
  1932. </member>
  1933. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.PageWatermark">
  1934. <summary>
  1935. <para>Inserts a ghost text or image behind the page content. This command is available in the ribbon toolbar.</para>
  1936. </summary>
  1937. </member>
  1938. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.Paste">
  1939. <summary>
  1940. <para>Adds the control(s) from the clipboard to the report. This command is represented via the menu item, toolbar button and context menu item.</para>
  1941. <para></para>
  1942. </summary>
  1943. </member>
  1944. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.PasteGalleryItem">
  1945. <summary>
  1946. <para>Adds the item from the clipboard to the Report Gallery. This command is available in a node’s context menu.</para>
  1947. </summary>
  1948. </member>
  1949. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.PivotGridAddDataSource">
  1950. <summary>
  1951. <para>Runs the Data Source Wizard that allows you to set up a data source for a Pivot Grid. This command is available in the Pivot Grid’s ribbon contextual tab.</para>
  1952. </summary>
  1953. </member>
  1954. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.PivotGridAddField">
  1955. <summary>
  1956. <para>Adds a new Pivot Grid field to the specified header area. This command is available in the Pivot Grid’s ribbon contextual tab.</para>
  1957. </summary>
  1958. </member>
  1959. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.PivotGridColumnAreaOnEveryPage">
  1960. <summary>
  1961. <para>Prints column headers on every page. This command is available in the Pivot Grid’s ribbon contextual tab.</para>
  1962. </summary>
  1963. </member>
  1964. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.PivotGridColumnHeaders">
  1965. <summary>
  1966. <para>Prints/hides column field headers. This command is available in the Pivot Grid’s ribbon contextual tab.</para>
  1967. </summary>
  1968. </member>
  1969. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.PivotGridDataHeaders">
  1970. <summary>
  1971. <para>Prints/hides data field headers. This command is available in the Pivot Grid’s ribbon contextual tab.</para>
  1972. </summary>
  1973. </member>
  1974. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.PivotGridHorizontalLines">
  1975. <summary>
  1976. <para>Prints/hides horizontal grid lines. This command is available in the Pivot Grid’s ribbon contextual tab.</para>
  1977. </summary>
  1978. </member>
  1979. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.PivotGridRemoveField">
  1980. <summary>
  1981. <para>Removes the selected Pivot Grid field. This command is available in the Pivot Grid’s ribbon contextual tab.</para>
  1982. </summary>
  1983. </member>
  1984. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.PivotGridRowAreaOnEveryPage">
  1985. <summary>
  1986. <para>Prints row headers on every page. This command is available in the Pivot Grid’s ribbon contextual tab.</para>
  1987. </summary>
  1988. </member>
  1989. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.PivotGridRowHeaders">
  1990. <summary>
  1991. <para>Prints/hides row field headers. This command is available in the Pivot Grid’s ribbon contextual tab.</para>
  1992. </summary>
  1993. </member>
  1994. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.PivotGridRunDesigner">
  1995. <summary>
  1996. <para>Runs the Pivot Grid Designer that allows customizing fields, the control’s layout, appearance settings and printing options. This command is available in the Pivot Grid)’s ribbon contextual tab.</para>
  1997. </summary>
  1998. </member>
  1999. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.PivotGridVerticalLines">
  2000. <summary>
  2001. <para>Prints/hides vertical grid lines. This command is available in the Pivot Grid’s ribbon contextual tab.</para>
  2002. </summary>
  2003. </member>
  2004. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.PropertiesWindow">
  2005. <summary>
  2006. <para>Invokes the Properties window for the currently selected control(s). This command is represented via the context menu item only.</para>
  2007. <para></para>
  2008. </summary>
  2009. </member>
  2010. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.Redo">
  2011. <summary>
  2012. <para>Redoes the last operation which has been previously undone by the Undo command. This command is represented both via the menu item and toolbar button.</para>
  2013. <para></para>
  2014. </summary>
  2015. </member>
  2016. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.RefreshGallery">
  2017. <summary />
  2018. </member>
  2019. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.RemoveAllCalculatedFields">
  2020. <summary />
  2021. </member>
  2022. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.RemoveAllParameters">
  2023. <summary />
  2024. </member>
  2025. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.RenameGalleryItem">
  2026. <summary>
  2027. <para>Renames the selected Report Gallery item. This command is available in the item’s context menu.</para>
  2028. </summary>
  2029. </member>
  2030. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.RevertToRevision">
  2031. <summary>
  2032. <para>For use only by Report and Dashboard Server.</para>
  2033. </summary>
  2034. </member>
  2035. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.SaveAll">
  2036. <summary>
  2037. <para>Saves all existing reports (which are shown in all Design Panels) to files. This command is represented via both the menu item and toolbar button.</para>
  2038. <para></para>
  2039. </summary>
  2040. </member>
  2041. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.SaveFile">
  2042. <summary>
  2043. <para>Saves the report (which is shown in the currently active Design Panel) to a file. This command is represented both via the menu item and toolbar button.</para>
  2044. <para></para>
  2045. </summary>
  2046. </member>
  2047. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.SaveFileAs">
  2048. <summary>
  2049. <para>Invokes the Save As dialog to save a report with a new name. This command is represented via the menu item only.</para>
  2050. </summary>
  2051. </member>
  2052. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.SaveGalleryAs">
  2053. <summary>
  2054. <para>Saves Report Gallery templates to the specified file. This command is available in a Report Gallery’s context menu.</para>
  2055. </summary>
  2056. </member>
  2057. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ScriptsSelectControl">
  2058. <summary>
  2059. <para>Selects a control for specifying an event. This command is available in the Script Editor‘s ribbon toolbar.</para>
  2060. </summary>
  2061. </member>
  2062. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ScriptsSelectEvent">
  2063. <summary>
  2064. <para>Selects the specified events. This command is available in the Script Editor‘s ribbon toolbar.</para>
  2065. </summary>
  2066. </member>
  2067. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ScriptsValidate">
  2068. <summary>
  2069. <para>Checks whether report scripts contain errors. This command is available in the Script Editor‘s ribbon toolbar.</para>
  2070. </summary>
  2071. </member>
  2072. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.SelectAll">
  2073. <summary>
  2074. <para>Selects all the controls in the report. This command is represented via the menu item only.</para>
  2075. </summary>
  2076. </member>
  2077. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.SendToBack">
  2078. <summary>
  2079. <para>Moves the selected control(s) to the back. This command is represented via the menu item, toolbar button and context menu item.</para>
  2080. <para></para>
  2081. </summary>
  2082. </member>
  2083. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ShapeStretch">
  2084. <summary>
  2085. <para>Stretches a shape to fill its entire area when it is rotated. This command is available in the Shape‘s ribbon contextual tab.</para>
  2086. </summary>
  2087. </member>
  2088. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ShapeType">
  2089. <summary>
  2090. <para>Sets the specified shape type. This command is available in the Shape‘s ribbon contextual tab.</para>
  2091. </summary>
  2092. </member>
  2093. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ShowDesignerTab">
  2094. <summary>
  2095. <para>Switches the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> to its Designer tab, as it has been switched via the Designer button at the bottom of the design surface. Note that if you hide this command, this button will be unavailable.</para>
  2096. <para></para>
  2097. </summary>
  2098. </member>
  2099. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ShowExportWarnings">
  2100. <summary>
  2101. <para>Highlights intersecting report controls to warn you about the possibility of corrupting the document layout when exporting the document to specific formats.</para>
  2102. </summary>
  2103. </member>
  2104. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ShowHTMLViewTab">
  2105. <summary>
  2106. <para>Switches the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> to its HTML View tab, as it has been switched via the HTML View button at the bottom of the design surface. Note that if you hide this command, this button will be unavailable.</para>
  2107. <para></para>
  2108. </summary>
  2109. </member>
  2110. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ShowLocalizableProperties">
  2111. <summary>
  2112. <para>Filters the Properties panel to display the localizable properties.</para>
  2113. </summary>
  2114. </member>
  2115. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ShowPreviewTab">
  2116. <summary>
  2117. <para>Switches the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> to its Preview tab, as it has been switched via the Preview button at the bottom of the design surface. Note that if you hide this command, this button will be unavailable.</para>
  2118. <para></para>
  2119. </summary>
  2120. </member>
  2121. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ShowPrintingWarnings">
  2122. <summary>
  2123. <para>Highlights report controls that overrun the right page margin to warn you about extra pages when printing the document.</para>
  2124. </summary>
  2125. </member>
  2126. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ShowReportDesignAnalyzer">
  2127. <summary />
  2128. </member>
  2129. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ShowScriptsTab">
  2130. <summary>
  2131. <para>Switches the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> to its Scripts tab, as it has been switched via the Designer button at the bottom of the design surface. Note that if you hide this command, this button will be unavailable.</para>
  2132. <para></para>
  2133. </summary>
  2134. </member>
  2135. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ShowTabbedInterface">
  2136. <summary>
  2137. <para>Enables the tabbed interface for Design Panels in an MDI End-User Designer form.</para>
  2138. </summary>
  2139. </member>
  2140. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ShowWindowInterface">
  2141. <summary>
  2142. <para>Enables the window interface for Design Panels in an MDI End-User Designer form.</para>
  2143. </summary>
  2144. </member>
  2145. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.SizeToControl">
  2146. <summary>
  2147. <para>Makes the selected controls to be of the same size. This command is represented both via the menu item and toolbar button.</para>
  2148. <para></para>
  2149. </summary>
  2150. </member>
  2151. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.SizeToControlHeight">
  2152. <summary>
  2153. <para>Makes the selected controls have the same height. This command is represented both via the menu item and toolbar button.</para>
  2154. <para></para>
  2155. </summary>
  2156. </member>
  2157. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.SizeToControlWidth">
  2158. <summary>
  2159. <para>Makes the selected controls have the same width. This command is represented both via the menu item and toolbar button.</para>
  2160. <para></para>
  2161. </summary>
  2162. </member>
  2163. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.SizeToGrid">
  2164. <summary>
  2165. <para>Sizes the selected controls to the grid. This command is represented both via the menu item and toolbar button.</para>
  2166. <para></para>
  2167. </summary>
  2168. </member>
  2169. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.SnapLines">
  2170. <summary>
  2171. <para>Enables/disables snapping using snap lines. This command is available in the ribbon toolbar.</para>
  2172. </summary>
  2173. </member>
  2174. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.SnapToGrid">
  2175. <summary>
  2176. <para>Enables/disables snapping to the snap grid. This command is available in the ribbon toolbar.</para>
  2177. </summary>
  2178. </member>
  2179. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.SparklineAddDataSource">
  2180. <summary>
  2181. <para>Runs the Data Source Wizard that allows you to set up a data source for a sparkline. This command is available in the Sparkline‘s ribbon contextual tab.</para>
  2182. </summary>
  2183. </member>
  2184. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.SparklineView">
  2185. <summary>
  2186. <para>Sets the specified sprakline view. This command is available in the Sparkline‘s ribbon contextual tab.</para>
  2187. </summary>
  2188. </member>
  2189. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.StyleName">
  2190. <summary>
  2191. <para>Sets the specified style name. This command is available in the ribbon toolbar.</para>
  2192. </summary>
  2193. </member>
  2194. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.TableConvertToLabels">
  2195. <summary>
  2196. <para>Converts the selected <see cref="T:DevExpress.XtraReports.UI.XRTableCell"/> objects to <see cref="T:DevExpress.XtraReports.UI.XRLabel"/> controls.</para>
  2197. <para></para>
  2198. </summary>
  2199. </member>
  2200. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.TableDeleteCell">
  2201. <summary>
  2202. <para>Deletes the currently selected table cell. This command is available in the table cell’s context menu and in the Table‘s ribbon contextual tabs.</para>
  2203. </summary>
  2204. </member>
  2205. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.TableDeleteColumn">
  2206. <summary>
  2207. <para>Deletes the currently selected table column. This command is available in the table element’s context menu and in the Table‘s ribbon contextual tabs.</para>
  2208. </summary>
  2209. </member>
  2210. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.TableDeleteRow">
  2211. <summary>
  2212. <para>Deletes the currently selected table row. This command is available in the table element’s context menu and in the Table‘s ribbon contextual tabs.</para>
  2213. </summary>
  2214. </member>
  2215. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.TableDeleteTable">
  2216. <summary>
  2217. <para>Deletes the entire table. This command is available in the table cell’s context menu and in the Table‘s ribbon contextual tabs.</para>
  2218. </summary>
  2219. </member>
  2220. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.TableDistributeColumnsEvenly">
  2221. <summary>
  2222. <para>Distributes selected table columns so that they have the same size. This command is available in the context menu of a table, rows and multiple selected table elements as well as in the Table‘s ribbon contextual tabs.</para>
  2223. </summary>
  2224. </member>
  2225. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.TableDistributeRowsEvenly">
  2226. <summary>
  2227. <para>Distributes selected table rows so that they have the same size. This command is available in the context menu of a table, rows and multiple selected table elements as well as in the Table‘s ribbon contextual tabs.</para>
  2228. </summary>
  2229. </member>
  2230. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.TableInsertCell">
  2231. <summary>
  2232. <para>Inserts a table cell to the right of the currently selected cell. This command is available in the table cell’s context menu.</para>
  2233. </summary>
  2234. </member>
  2235. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.TableInsertColumnToLeft">
  2236. <summary>
  2237. <para>Adds a new column directly to the left of the current column. This command is available in the table element’s context menu and in the Table‘s ribbon contextual tabs.</para>
  2238. </summary>
  2239. </member>
  2240. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.TableInsertColumnToRight">
  2241. <summary>
  2242. <para>Adds a new column directly to the right of the current column. This command is available in the table element’s context menu and in the Table‘s ribbon contextual tabs.</para>
  2243. </summary>
  2244. </member>
  2245. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.TableInsertRowAbove">
  2246. <summary>
  2247. <para>Adds a new row directly above the current row. This command is available in the table element’s context menu and in the Table‘s ribbon contextual tabs.</para>
  2248. </summary>
  2249. </member>
  2250. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.TableInsertRowBelow">
  2251. <summary>
  2252. <para>Adds a new row directly below the current row. This command is available in the table element’s context menu and in the Table‘s ribbon contextual tabs.</para>
  2253. </summary>
  2254. </member>
  2255. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.TableMergeCells">
  2256. <summary>
  2257. <para>Merges multiple selected cells into one cell. This command is available in the Table‘s ribbon contextual tabs.</para>
  2258. </summary>
  2259. </member>
  2260. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.TableSelectColumn">
  2261. <summary>
  2262. <para>Selects the current column. This command is available in the Table‘s ribbon contextual tabs.</para>
  2263. </summary>
  2264. </member>
  2265. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.TableSelectRow">
  2266. <summary>
  2267. <para>Selects the current row. This command is available in the Table‘s ribbon contextual tabs.</para>
  2268. </summary>
  2269. </member>
  2270. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.TableSelectTable">
  2271. <summary>
  2272. <para>Selects the entire table. This command is available in the Table‘s ribbon contextual tabs.</para>
  2273. </summary>
  2274. </member>
  2275. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.TableSplitCells">
  2276. <summary>
  2277. <para>Splits the selected cells into the specified number of rows or columns. This command is available in the Table‘s ribbon contextual tabs.</para>
  2278. </summary>
  2279. </member>
  2280. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.Undo">
  2281. <summary>
  2282. <para>Undoes the last operation. This command is represented both via the menu item and toolbar button.</para>
  2283. <para></para>
  2284. </summary>
  2285. </member>
  2286. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.UndoCheckOut">
  2287. <summary>
  2288. <para>For use only by Report and Dashboard Server.</para>
  2289. </summary>
  2290. </member>
  2291. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.UploadNewRemoteReport">
  2292. <summary>
  2293. <para>For use only by Report and Dashboard Server.</para>
  2294. </summary>
  2295. </member>
  2296. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.VerbConvertToExpressions">
  2297. <summary>
  2298. <para>Invokes the dialog that converts a report to use expression bindings instead of the legacy data bindings.</para>
  2299. </summary>
  2300. </member>
  2301. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.VerbEditBands">
  2302. <summary>
  2303. <para>Invokes the Report Editor dialog, as though it has been invoked by the “Edit and Reorder Bands” context link. Note that if you hide this command, then this verb will become unavailable.</para>
  2304. </summary>
  2305. </member>
  2306. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.VerbEditBindings">
  2307. <summary>
  2308. <para>Invokes the Edit Bindings dialog, as though it has been invoked by the “Edit Bindings…” context link. Note that if you hide this command, then this verb will become unavailable.</para>
  2309. </summary>
  2310. </member>
  2311. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.VerbEditLocalization">
  2312. <summary>
  2313. <para>Invokes the Localization Editor.</para>
  2314. </summary>
  2315. </member>
  2316. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.VerbEditText">
  2317. <summary>
  2318. <para>Invokes the in-place editor for the currently selected control, as though it has been invoked by the “Edit Text” context link. Note that if you hide this command, then this verb will become unavailable, but an end-user will still be able to invoke the in-place editor by double-clicking the control.</para>
  2319. </summary>
  2320. </member>
  2321. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.VerbExecute">
  2322. <summary>
  2323. <para>For internal use.</para>
  2324. </summary>
  2325. </member>
  2326. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.VerbExport">
  2327. <summary>
  2328. <para>For internal use.</para>
  2329. </summary>
  2330. </member>
  2331. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.VerbImport">
  2332. <summary>
  2333. <para>Runs the Import dialog.</para>
  2334. </summary>
  2335. </member>
  2336. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.VerbLoadReportTemplate">
  2337. <summary>
  2338. <para>Invokes the Report Templates dialog, as though it has been invoked by the “Load Report Template…” context link. Note that if you hide this command, then this verb will become unavailable.</para>
  2339. </summary>
  2340. </member>
  2341. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.VerbPivotGridDesigner">
  2342. <summary>
  2343. <para>Invokes the Designer for the currently selected <see cref="T:DevExpress.XtraReports.UI.XRPivotGrid"/> control, as though it has been invoked by the “Run Designer…” context link. Note that if you hide this command, then this verb will become unavailable for all pivot grid controls.</para>
  2344. </summary>
  2345. </member>
  2346. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.VerbReportWizard">
  2347. <summary>
  2348. <para>Invokes the XtraReports Wizard for the current report, as though it has been invoked by the “Design in Report Wizard…” context link. Note that if you hide this command, then this verb will become unavailable.</para>
  2349. </summary>
  2350. </member>
  2351. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.VerbRtfClear">
  2352. <summary>
  2353. <para>Clears the RTF contents of the currently selected control (if it is the <see cref="T:DevExpress.XtraReports.UI.XRRichText"/> one), as though it has been cleared by the “Clear” context link. Note that if you hide this command, then this verb will become unavailable.</para>
  2354. </summary>
  2355. </member>
  2356. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.VerbRtfLoadFile">
  2357. <summary>
  2358. <para>Invokes the Open File dialog for the currently selected control (if it is the <see cref="T:DevExpress.XtraReports.UI.XRRichText"/> one) to load RTF contents, as though it has been invoked by the “Load File…” context link. Note that if you hide this command, then this verb will become unavailable.</para>
  2359. </summary>
  2360. </member>
  2361. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.VerbRtfSaveFile">
  2362. <summary />
  2363. </member>
  2364. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.VertAlignBottom">
  2365. <summary>
  2366. <para>Aligns text to the bottom. This command is available in the ribbon toolbar.</para>
  2367. </summary>
  2368. </member>
  2369. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.VertAlignMiddle">
  2370. <summary>
  2371. <para>Centers text between the top and bottom. This command is available in the ribbon toolbar.</para>
  2372. </summary>
  2373. </member>
  2374. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.VertAlignTop">
  2375. <summary>
  2376. <para>Aligns text to the top. This command is available in the ribbon toolbar.</para>
  2377. </summary>
  2378. </member>
  2379. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.VertSpaceConcatenate">
  2380. <summary>
  2381. <para>Removes the vertical spacing between the selected controls. This command is represented both via the menu item and toolbar button.</para>
  2382. <para></para>
  2383. </summary>
  2384. </member>
  2385. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.VertSpaceDecrease">
  2386. <summary>
  2387. <para>Decreases the vertical spacing between the selected controls. This command is represented both via the menu item and toolbar button.</para>
  2388. <para></para>
  2389. </summary>
  2390. </member>
  2391. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.VertSpaceIncrease">
  2392. <summary>
  2393. <para>Increases the vertical spacing between the selected controls. This command is represented both via the menu item and toolbar button.</para>
  2394. <para></para>
  2395. </summary>
  2396. </member>
  2397. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.VertSpaceMakeEqual">
  2398. <summary>
  2399. <para>Makes the vertical spacing between the selected controls equal. This command is represented both via the menu item and toolbar button.</para>
  2400. <para></para>
  2401. </summary>
  2402. </member>
  2403. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.Zoom">
  2404. <summary>
  2405. <para>Sets the specified zoom value and zooms the report’s design surface in or out. The predefined zoom factors are: 50%, 100%, 150%, 200%, 300%, 400% and 800%. The maximum value is 800%.</para>
  2406. <para>Note, if you hide this command, the Zoom edit box will be invisible.</para>
  2407. <para></para>
  2408. </summary>
  2409. </member>
  2410. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ZoomIn">
  2411. <summary>
  2412. <para>Zooms the report’s design surface in. Each time this command is performed, the preview gets zoomed in by 10%.</para>
  2413. <para></para>
  2414. </summary>
  2415. </member>
  2416. <member name="F:DevExpress.XtraReports.UserDesigner.ReportCommand.ZoomOut">
  2417. <summary>
  2418. <para>Zooms the report’s design surface out. Each time this command is performed, the preview gets zoomed out by 10%.</para>
  2419. <para></para>
  2420. </summary>
  2421. </member>
  2422. <member name="T:DevExpress.XtraReports.UserDesigner.ReportExplorerDockPanel">
  2423. <summary>
  2424. <para>The Report Explorer dock panel that displays the structure of a report in a tree-like form in the End-User Report Designer.</para>
  2425. </summary>
  2426. </member>
  2427. <member name="M:DevExpress.XtraReports.UserDesigner.ReportExplorerDockPanel.#ctor">
  2428. <summary>
  2429. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.ReportExplorerDockPanel"/> class with the default settings.</para>
  2430. </summary>
  2431. </member>
  2432. <member name="M:DevExpress.XtraReports.UserDesigner.ReportExplorerDockPanel.#ctor(DevExpress.XtraBars.Docking.DockManager,DevExpress.XtraBars.Docking.DockingStyle)">
  2433. <summary>
  2434. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.ReportExplorerDockPanel"/> class with the specified docking style and owner.</para>
  2435. </summary>
  2436. <param name="dockManager">A <see cref="T:DevExpress.XtraBars.Docking.DockManager"/> object which represents the owner of the created object. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanel.DockManager"/> property.</param>
  2437. <param name="dock">A <see cref="T:DevExpress.XtraBars.Docking.DockingStyle"/> enumeration value which represents the docking style of the created object. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanel.Dock"/> property.</param>
  2438. </member>
  2439. <member name="T:DevExpress.XtraReports.UserDesigner.ReportExpressionEditorCustomizationService">
  2440. <summary />
  2441. </member>
  2442. <member name="M:DevExpress.XtraReports.UserDesigner.ReportExpressionEditorCustomizationService.BeforeFilterEditorRun(System.String,DevExpress.Data.Controls.ExpressionEditor.ExpressionEditorContext)">
  2443. <summary />
  2444. <param name="expressionString"></param>
  2445. <param name="expressionEditorContext"></param>
  2446. </member>
  2447. <member name="M:DevExpress.XtraReports.UserDesigner.ReportExpressionEditorCustomizationService.BeforeRun(System.String,DevExpress.Data.Controls.ExpressionEditor.IExpressionEditorView,DevExpress.Data.Controls.ExpressionEditor.ExpressionEditorContext)">
  2448. <summary />
  2449. <param name="expressionString"></param>
  2450. <param name="expressionEditorView"></param>
  2451. <param name="expressionEditorContext"></param>
  2452. </member>
  2453. <member name="T:DevExpress.XtraReports.UserDesigner.ReportGalleryDockPanel">
  2454. <summary>
  2455. <para>The Report Gallery dock panel that allows you to store common report controls, styles, data sources and full report layouts, and re-use them in different reports.</para>
  2456. </summary>
  2457. </member>
  2458. <member name="M:DevExpress.XtraReports.UserDesigner.ReportGalleryDockPanel.#ctor">
  2459. <summary>
  2460. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.ReportGalleryDockPanel"/> class with the default settings.</para>
  2461. </summary>
  2462. </member>
  2463. <member name="M:DevExpress.XtraReports.UserDesigner.ReportGalleryDockPanel.#ctor(DevExpress.XtraBars.Docking.DockManager,DevExpress.XtraBars.Docking.DockingStyle)">
  2464. <summary>
  2465. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.ReportGalleryDockPanel"/> class with the specified docking style and owner.</para>
  2466. </summary>
  2467. <param name="dockManager">A <see cref="T:DevExpress.XtraBars.Docking.DockManager"/> object that specifies the owner of the created object. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanel.DockManager"/> property.</param>
  2468. <param name="dock">A <see cref="T:DevExpress.XtraBars.Docking.DockingStyle"/> enumeration value that specifies the docking style of the created object. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanel.Dock"/> property.</param>
  2469. </member>
  2470. <member name="P:DevExpress.XtraReports.UserDesigner.ReportGalleryDockPanel.XRDesignPanel">
  2471. <summary>
  2472. <para>Gets or sets the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object to which the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignDockManager"/> that owns the current dock panel belongs.</para>
  2473. </summary>
  2474. <value>The <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object to which the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignDockManager"/> belongs.</value>
  2475. </member>
  2476. <member name="T:DevExpress.XtraReports.UserDesigner.ReportSettings">
  2477. <summary>
  2478. <para>Contains report page settings.</para>
  2479. </summary>
  2480. </member>
  2481. <member name="M:DevExpress.XtraReports.UserDesigner.ReportSettings.#ctor(System.Func{System.Boolean})">
  2482. <summary>
  2483. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.ReportSettings"/> class with the specified MDI controller’s loading state.</para>
  2484. </summary>
  2485. <param name="isLoading">true if the MDI controller is loading; otherwise false.</param>
  2486. </member>
  2487. <member name="T:DevExpress.XtraReports.UserDesigner.ReportState">
  2488. <summary>
  2489. <para>Specifies the state of the report in the End-User Designer.</para>
  2490. </summary>
  2491. </member>
  2492. <member name="F:DevExpress.XtraReports.UserDesigner.ReportState.Changed">
  2493. <summary>
  2494. <para>At least one component in the report has been modified.</para>
  2495. </summary>
  2496. </member>
  2497. <member name="F:DevExpress.XtraReports.UserDesigner.ReportState.Closing">
  2498. <summary>
  2499. <para>The report editing session is being closed.</para>
  2500. </summary>
  2501. </member>
  2502. <member name="F:DevExpress.XtraReports.UserDesigner.ReportState.None">
  2503. <summary>
  2504. <para>The report’s state is not specified.</para>
  2505. </summary>
  2506. </member>
  2507. <member name="F:DevExpress.XtraReports.UserDesigner.ReportState.Opened">
  2508. <summary>
  2509. <para>The report is open in the End-User Designer.</para>
  2510. </summary>
  2511. </member>
  2512. <member name="F:DevExpress.XtraReports.UserDesigner.ReportState.Opening">
  2513. <summary>
  2514. <para>The report is in the process of opening.</para>
  2515. </summary>
  2516. </member>
  2517. <member name="F:DevExpress.XtraReports.UserDesigner.ReportState.Saved">
  2518. <summary>
  2519. <para>The report has been saved to a file.</para>
  2520. </summary>
  2521. </member>
  2522. <member name="T:DevExpress.XtraReports.UserDesigner.ReportStateEventArgs">
  2523. <summary>
  2524. <para>Provides data for the <see cref="E:DevExpress.XtraReports.UserDesigner.XRDesignFormExBase.ReportStateChanged"/> and <see cref="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ReportStateChanged"/> events.</para>
  2525. </summary>
  2526. </member>
  2527. <member name="M:DevExpress.XtraReports.UserDesigner.ReportStateEventArgs.#ctor(DevExpress.XtraReports.UserDesigner.ReportState)">
  2528. <summary>
  2529. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.ReportStateEventArgs"/> class with the specified report state.</para>
  2530. </summary>
  2531. <param name="reportState">One of the <see cref="T:DevExpress.XtraReports.UserDesigner.ReportState"/> enumeration’s values specifying the state of the report.</param>
  2532. </member>
  2533. <member name="P:DevExpress.XtraReports.UserDesigner.ReportStateEventArgs.ReportState">
  2534. <summary>
  2535. <para>Gets the report’s state for the event handler.</para>
  2536. </summary>
  2537. <value>A <see cref="T:DevExpress.XtraReports.UserDesigner.ReportState"/> value representing the report’s state for this event handler.</value>
  2538. </member>
  2539. <member name="T:DevExpress.XtraReports.UserDesigner.ReportStateEventHandler">
  2540. <summary>
  2541. <para>Represents the method that will handle the <see cref="E:DevExpress.XtraReports.UserDesigner.XRDesignFormExBase.ReportStateChanged"/> and <see cref="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ReportStateChanged"/> events.</para>
  2542. </summary>
  2543. <param name="sender">An object of any type that triggers the <see cref="E:DevExpress.XtraReports.UserDesigner.XRDesignFormExBase.ReportStateChanged"/> or <see cref="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ReportStateChanged"/> event.</param>
  2544. <param name="e">A <see cref="T:DevExpress.XtraReports.UserDesigner.ReportStateEventArgs"/> object that provides data for the <see cref="E:DevExpress.XtraReports.UserDesigner.XRDesignFormExBase.ReportStateChanged"/> and <see cref="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ReportStateChanged"/> events.</param>
  2545. </member>
  2546. <member name="T:DevExpress.XtraReports.UserDesigner.ToolBoxDockPanel">
  2547. <summary>
  2548. <para>The Toolbox dock panel in the End-User Report Designer.</para>
  2549. </summary>
  2550. </member>
  2551. <member name="M:DevExpress.XtraReports.UserDesigner.ToolBoxDockPanel.#ctor">
  2552. <summary>
  2553. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.ToolBoxDockPanel"/> class with the default settings.</para>
  2554. </summary>
  2555. </member>
  2556. <member name="M:DevExpress.XtraReports.UserDesigner.ToolBoxDockPanel.#ctor(DevExpress.XtraBars.Docking.DockManager,DevExpress.XtraBars.Docking.DockingStyle)">
  2557. <summary>
  2558. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.ToolBoxDockPanel"/> class with the specified docking style and owner.</para>
  2559. </summary>
  2560. <param name="dockManager">A <see cref="T:DevExpress.XtraBars.Docking.DockManager"/> object which represents the owner of the created object. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanel.DockManager"/> property.</param>
  2561. <param name="dock">A <see cref="T:DevExpress.XtraBars.Docking.DockingStyle"/> enumeration value which represents the docking style of the created object. This value is assigned to the <see cref="P:DevExpress.XtraBars.Docking.DockPanel.Dock"/> property.</param>
  2562. </member>
  2563. <member name="P:DevExpress.XtraReports.UserDesigner.ToolBoxDockPanel.GroupsStyle">
  2564. <summary>
  2565. <para>Gets or sets the style for presenting the groups’ contents.</para>
  2566. </summary>
  2567. <value>A <see cref="T:DevExpress.XtraNavBar.NavBarGroupStyle"/> value specifying how the groups’ contents are presented.</value>
  2568. </member>
  2569. <member name="P:DevExpress.XtraReports.UserDesigner.ToolBoxDockPanel.PaintStyleName">
  2570. <summary>
  2571. <para>Gets or sets the name of the paint style applied to the Tool Box.</para>
  2572. </summary>
  2573. <value>A <see cref="T:System.String"/> value specifying the name of the paint style applied to the Tool Box.</value>
  2574. </member>
  2575. <member name="T:DevExpress.XtraReports.UserDesigner.ToolBoxExpandButton">
  2576. <summary />
  2577. </member>
  2578. <member name="M:DevExpress.XtraReports.UserDesigner.ToolBoxExpandButton.#ctor">
  2579. <summary>
  2580. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.ToolBoxExpandButton"/> class.</para>
  2581. </summary>
  2582. </member>
  2583. <member name="P:DevExpress.XtraReports.UserDesigner.ToolBoxExpandButton.IsCollapsed">
  2584. <summary />
  2585. <value></value>
  2586. </member>
  2587. <member name="T:DevExpress.XtraReports.UserDesigner.ToolboxType">
  2588. <summary>
  2589. <para>Specifies the Toolbox type.</para>
  2590. </summary>
  2591. </member>
  2592. <member name="F:DevExpress.XtraReports.UserDesigner.ToolboxType.Custom">
  2593. <summary>
  2594. <para>A custom Toolbox.</para>
  2595. </summary>
  2596. </member>
  2597. <member name="F:DevExpress.XtraReports.UserDesigner.ToolboxType.None">
  2598. <summary>
  2599. <para>The object is not used as a Toolbox.</para>
  2600. </summary>
  2601. </member>
  2602. <member name="F:DevExpress.XtraReports.UserDesigner.ToolboxType.Standard">
  2603. <summary>
  2604. <para>The standard Toolbox.</para>
  2605. </summary>
  2606. </member>
  2607. <member name="T:DevExpress.XtraReports.UserDesigner.TreeViewDesignDockPanel">
  2608. <summary>
  2609. <para>The base class for tree-like dock panels of the End-User Report Designer.</para>
  2610. </summary>
  2611. </member>
  2612. <member name="M:DevExpress.XtraReports.UserDesigner.TreeViewDesignDockPanel.CollapseAll">
  2613. <summary>
  2614. <para>Collapses all the nodes in the tree view dock panel.</para>
  2615. </summary>
  2616. </member>
  2617. <member name="M:DevExpress.XtraReports.UserDesigner.TreeViewDesignDockPanel.ExpandAll">
  2618. <summary>
  2619. <para>Expands all the nodes in the tree view dock panel.</para>
  2620. </summary>
  2621. </member>
  2622. <member name="T:DevExpress.XtraReports.UserDesigner.TypedDesignDockPanel">
  2623. <summary>
  2624. <para>The base class for the dock panels of the End-User Report Designer.</para>
  2625. </summary>
  2626. </member>
  2627. <member name="P:DevExpress.XtraReports.UserDesigner.TypedDesignDockPanel.DesignControl">
  2628. <summary>
  2629. <para>Provides access to the Design Panel associated with the current dock panel.</para>
  2630. </summary>
  2631. <value>An object implementing the <see cref="T:DevExpress.XtraReports.UserDesigner.IDesignControl"/> interface.</value>
  2632. </member>
  2633. <member name="P:DevExpress.XtraReports.UserDesigner.TypedDesignDockPanel.XRDesignPanel">
  2634. <summary>
  2635. <para>Gets or sets the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object, to which the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignDockManager"/> that owns the current dock panel belongs.</para>
  2636. </summary>
  2637. <value>The <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object, to which the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignDockManager"/> belongs.</value>
  2638. </member>
  2639. <member name="T:DevExpress.XtraReports.UserDesigner.ValidateSqlEventArgs">
  2640. <summary>
  2641. <para>Provides data for the <see cref="E:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.ValidateCustomSql"/> event.</para>
  2642. </summary>
  2643. </member>
  2644. <member name="M:DevExpress.XtraReports.UserDesigner.ValidateSqlEventArgs.#ctor(DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase,System.String)">
  2645. <summary>
  2646. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.ValidateSqlEventArgs"/> class with the specified settings.</para>
  2647. </summary>
  2648. <param name="connectionParameters">A <see cref="T:DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase"/> object containing settings used to establish a data connection.</param>
  2649. <param name="sql">A string containing the SQL query to validate.</param>
  2650. </member>
  2651. <member name="P:DevExpress.XtraReports.UserDesigner.ValidateSqlEventArgs.ConnectionParameters">
  2652. <summary>
  2653. <para>Provides access to settings used to establish the current data connection.</para>
  2654. </summary>
  2655. <value>A <see cref="T:DevExpress.DataAccess.ConnectionParameters.DataConnectionParametersBase"/> object containing settings used to establish a data connection.</value>
  2656. </member>
  2657. <member name="P:DevExpress.XtraReports.UserDesigner.ValidateSqlEventArgs.Message">
  2658. <summary>
  2659. <para>Specifies the error message to display if query validation fails.</para>
  2660. </summary>
  2661. <value>A string specifying the text of the error message.</value>
  2662. </member>
  2663. <member name="P:DevExpress.XtraReports.UserDesigner.ValidateSqlEventArgs.Sql">
  2664. <summary>
  2665. <para>Contains the SQL query to validate.</para>
  2666. </summary>
  2667. <value>A string containing the SQL query to validate.</value>
  2668. </member>
  2669. <member name="P:DevExpress.XtraReports.UserDesigner.ValidateSqlEventArgs.Valid">
  2670. <summary>
  2671. <para>Specifies whether the query is valid.</para>
  2672. </summary>
  2673. <value>true, if the query is valid; otherwise, false.</value>
  2674. </member>
  2675. <member name="T:DevExpress.XtraReports.UserDesigner.XRDesignBarManager">
  2676. <summary>
  2677. <para>Provides bars to the End-User Report Designer.</para>
  2678. </summary>
  2679. </member>
  2680. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.#ctor">
  2681. <summary>
  2682. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignBarManager"/> class with the default settings.</para>
  2683. </summary>
  2684. </member>
  2685. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.#ctor(System.ComponentModel.IContainer)">
  2686. <summary>
  2687. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignBarManager"/> class with the specified container.</para>
  2688. </summary>
  2689. <param name="container">An object implementing the <see cref="T:System.ComponentModel.IContainer"/> interface.</param>
  2690. </member>
  2691. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.BarInfos">
  2692. <summary>
  2693. <para>For internal use.</para>
  2694. </summary>
  2695. <value></value>
  2696. </member>
  2697. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.EndInit">
  2698. <summary>
  2699. <para>Notifies the control that initialization has been completed.</para>
  2700. </summary>
  2701. </member>
  2702. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.FontNameBox">
  2703. <summary>
  2704. <para>Gets or sets the pop-up box which is used to specify a font name.</para>
  2705. </summary>
  2706. <value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemComboBox"/> object which represents the pop-up box used to select a font name.</value>
  2707. </member>
  2708. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.FontNameEdit">
  2709. <summary>
  2710. <para>Gets or sets the editor which is used to specify a font name.</para>
  2711. </summary>
  2712. <value>A <see cref="T:DevExpress.XtraBars.BarEditItem"/> object which represents the edtitor used to select a font name.</value>
  2713. </member>
  2714. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.FontSizeBox">
  2715. <summary>
  2716. <para>Gets or sets the pop-up box which is used to specify a font size.</para>
  2717. </summary>
  2718. <value>A <see cref="T:DevExpress.XtraEditors.Repository.RepositoryItemComboBox"/> object which represents the pop-up box used to select a font size.</value>
  2719. </member>
  2720. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.FontSizeEdit">
  2721. <summary>
  2722. <para>Gets or sets the editor which is used to specify a font size.</para>
  2723. </summary>
  2724. <value>A <see cref="T:DevExpress.XtraBars.BarEditItem"/> object which represents the edtitor used to select a font size.</value>
  2725. </member>
  2726. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.FormattingToolbar">
  2727. <summary>
  2728. <para>For internal use. Gets or sets the Formatting Toolbar controlled by this bar manager.</para>
  2729. </summary>
  2730. <value>A <see cref="T:DevExpress.XtraBars.Bar"/> object, which specifies the Formatting Toolbar.</value>
  2731. </member>
  2732. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.GetBarItemByCommand(System.ComponentModel.Design.CommandID)">
  2733. <summary>
  2734. <para>Gets a bar item within the bar manager by its command.</para>
  2735. </summary>
  2736. <param name="commandID">A <see cref="T:System.ComponentModel.Design.CommandID"/> object which specifies the command to be executed by the bar item to find.</param>
  2737. <returns>A DevExpress.XtraReports.UserDesigner.CommandBarItem object that represents the bar item which executes the specified command.</returns>
  2738. </member>
  2739. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.GetBarItemsByReportCommand(DevExpress.XtraReports.UserDesigner.ReportCommand)">
  2740. <summary>
  2741. <para>Gets an array of bar items within the bar manager by their report command.</para>
  2742. </summary>
  2743. <param name="command">A <see cref="T:DevExpress.XtraReports.UserDesigner.ReportCommand"/> enumeration value that specifies the command assigned to the bar items being sought.</param>
  2744. <returns>An array of <see cref="T:DevExpress.XtraBars.BarItem"/> objects that represent the bar items which are associated with the specified report command.</returns>
  2745. </member>
  2746. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.GetToolboxType(DevExpress.XtraBars.Bar)">
  2747. <summary>
  2748. <para>Gets the Toolbox type used by the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignBarManager"/>.</para>
  2749. </summary>
  2750. <param name="bar">A <see cref="T:DevExpress.XtraReports.UserDesigner.ToolboxType"/> enumeration value.</param>
  2751. <returns>A <see cref="T:DevExpress.XtraBars.Bar"/> object, representing the Toolbox.</returns>
  2752. </member>
  2753. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.HintStaticItem">
  2754. <summary>
  2755. <para>Gets or sets the object which is used to show hints in the design bar manager.</para>
  2756. </summary>
  2757. <value>A <see cref="T:DevExpress.XtraBars.BarStaticItem"/> object which represents the static hint item.</value>
  2758. </member>
  2759. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.Images">
  2760. <summary>
  2761. <para>Gets the source of images that can be displayed within items.</para>
  2762. </summary>
  2763. <value>A <see cref="T:DevExpress.Utils.Images"/> object which provides images for bar items.</value>
  2764. </member>
  2765. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.ImageStream">
  2766. <summary>
  2767. <para>Gets or sets a stream which contains the images used to display Design Bar Manager items.</para>
  2768. </summary>
  2769. <value>A DevExpress.Utils.ImageCollectionStreamer object which represents the stream of images.</value>
  2770. </member>
  2771. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.Initialize(DevExpress.XtraReports.UserDesigner.XRDesignPanel)">
  2772. <summary>
  2773. <para>Performs basic initialization of the created <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignBarManager"/> object, and assigns the specified Design Panel to it.</para>
  2774. </summary>
  2775. <param name="designPanel">An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object which specifies the Design Panel to assign.</param>
  2776. </member>
  2777. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.LargeImages">
  2778. <summary>
  2779. <para>Overrides the <see cref="P:DevExpress.XtraBars.BarManager.LargeImages"/> property.</para>
  2780. </summary>
  2781. <value>A <see cref="T:System.Object"/> which provides large images for bar button items.</value>
  2782. </member>
  2783. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.LayoutToolbar">
  2784. <summary>
  2785. <para>For internal use. Gets or sets the Layout Toolbar controlled by this bar manager.</para>
  2786. </summary>
  2787. <value>A <see cref="T:DevExpress.XtraBars.Bar"/> object, which specifies the Layout Toolbar.</value>
  2788. </member>
  2789. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.RegisterCommandHandler(DevExpress.XtraReports.UserDesigner.ICommandHandler)">
  2790. <summary>
  2791. <para>Registers the specified command handler.</para>
  2792. </summary>
  2793. <param name="handler">An object implementing the <see cref="T:DevExpress.XtraReports.UserDesigner.ICommandHandler"/> interface, that represents the command handler.</param>
  2794. </member>
  2795. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.SetCommandVisibility(System.ComponentModel.Design.CommandID,DevExpress.XtraBars.BarItemVisibility)">
  2796. <summary>
  2797. <para>Changes the visibility of any bar item which executes the specified command.</para>
  2798. </summary>
  2799. <param name="commandID">A <see cref="T:System.ComponentModel.Design.CommandID"/> object specifying the command whose visibility needs to be changed.</param>
  2800. <param name="visibility">One of the <see cref="T:DevExpress.XtraBars.BarItemVisibility"/> enumeration’s values that specifies the new visibility state.</param>
  2801. </member>
  2802. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.SetCommandVisibility(System.ComponentModel.Design.CommandID[],DevExpress.XtraBars.BarItemVisibility)">
  2803. <summary>
  2804. <para>Changes the visibility of any bar item which executes any of the specified commands.</para>
  2805. </summary>
  2806. <param name="commands">An array of <see cref="T:System.ComponentModel.Design.CommandID"/> objects specifying the commands whose visibility needs to be changed.</param>
  2807. <param name="visibility">One of the <see cref="T:DevExpress.XtraBars.BarItemVisibility"/> enumeration’s values that specifies the new visibility state.</param>
  2808. </member>
  2809. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.SetToolboxType(DevExpress.XtraBars.Bar,DevExpress.XtraReports.UserDesigner.ToolboxType)">
  2810. <summary>
  2811. <para>Sets the Toolbox type used by the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignBarManager"/>.</para>
  2812. </summary>
  2813. <param name="bar">A <see cref="T:DevExpress.XtraBars.Bar"/> object, representing the Toolbox.</param>
  2814. <param name="value">A <see cref="T:DevExpress.XtraReports.UserDesigner.ToolboxType"/> enumeration value.</param>
  2815. </member>
  2816. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.Toolbar">
  2817. <summary>
  2818. <para>For internal use. Gets or sets the Main Toolbar controlled by this bar manager.</para>
  2819. </summary>
  2820. <value>A <see cref="T:DevExpress.XtraBars.Bar"/> object, which specifies the Main Toolbar.</value>
  2821. </member>
  2822. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.UnregisterCommandHandler(DevExpress.XtraReports.UserDesigner.ICommandHandler)">
  2823. <summary>
  2824. <para>Unregisters the specified command handler.</para>
  2825. </summary>
  2826. <param name="handler">An object implementing the <see cref="T:DevExpress.XtraReports.UserDesigner.ICommandHandler"/> interface, that represents the command handler.</param>
  2827. </member>
  2828. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.Updates">
  2829. <summary>
  2830. <para>For internal use.</para>
  2831. </summary>
  2832. <value></value>
  2833. </member>
  2834. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.XRDesignPanel">
  2835. <summary>
  2836. <para>Associates the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignBarManager"/> with the default <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/>.</para>
  2837. </summary>
  2838. <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object.</value>
  2839. </member>
  2840. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignBarManager.ZoomItem">
  2841. <summary>
  2842. <para>Gets or sets the editor which is used to specify a zoom value for report design surface.</para>
  2843. </summary>
  2844. <value>A DevExpress.XtraReports.UserDesigner.XRZoomBarEditItem object which represents the edtitor used to specify the zoom value.</value>
  2845. </member>
  2846. <member name="T:DevExpress.XtraReports.UserDesigner.XRDesignDockManager">
  2847. <summary>
  2848. <para>Provides dock panels to the End-User Report Designer.</para>
  2849. </summary>
  2850. </member>
  2851. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignDockManager.#ctor">
  2852. <summary>
  2853. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignDockManager"/> class with the default settings.</para>
  2854. </summary>
  2855. </member>
  2856. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignDockManager.#ctor(System.ComponentModel.IContainer)">
  2857. <summary>
  2858. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignDockManager"/> class with the specified tab container.</para>
  2859. </summary>
  2860. <param name="container">An object implementing the <see cref="T:System.ComponentModel.IContainer"/> interface.</param>
  2861. </member>
  2862. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignDockManager.DesignDockPanels">
  2863. <summary>
  2864. <para>Maintains the collection of dock panels in the End-User Report Designer.</para>
  2865. <para>This member is now obsolete. To access dock panels, use the <see cref="P:DevExpress.XtraReports.UserDesigner.XRDesignDockManager.Item(DevExpress.XtraReports.UserDesigner.DesignDockPanelType)"/> property.</para>
  2866. </summary>
  2867. <value>An array of <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanel"/> objects.</value>
  2868. </member>
  2869. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignDockManager.EndInit">
  2870. <summary>
  2871. <para>Ends the initialization of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignDockManager"/>.</para>
  2872. </summary>
  2873. </member>
  2874. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignDockManager.Images">
  2875. <summary>
  2876. <para>Returns the collection of image resources that are required by the user interface of dock panels.</para>
  2877. </summary>
  2878. <value>A <see cref="T:DevExpress.Utils.Images"/> collection that supplies images to dock panels.</value>
  2879. </member>
  2880. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignDockManager.ImageStream">
  2881. <summary>
  2882. <para>For internal use. Specifies a stream that stores the images associated with the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignDockManager"/>‘s items.</para>
  2883. </summary>
  2884. <value>A DevExpress.Utils.ImageCollectionStreamer object that stores the image resources.</value>
  2885. </member>
  2886. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignDockManager.Initialize(DevExpress.XtraReports.UserDesigner.XRDesignPanel,DevExpress.XtraReports.UserDesigner.DesignDockPanelType)">
  2887. <summary>
  2888. <para>Initializes the specified <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignDockManager"/> object.</para>
  2889. </summary>
  2890. <param name="designPanel">An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object.</param>
  2891. <param name="panelTypes">A <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanelType"/> enumeration value.</param>
  2892. </member>
  2893. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignDockManager.Item(DevExpress.XtraReports.UserDesigner.DesignDockPanelType)">
  2894. <summary>
  2895. <para>Provides access to a dock panel of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignDockManager"/>, by specifying its type.</para>
  2896. </summary>
  2897. <param name="panelType">A <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanelType"/> enumeration value that specifies the dock panel type in question.</param>
  2898. <value>A <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanel"/> object that corresponds to the specified dock panel type.</value>
  2899. </member>
  2900. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignDockManager.SavedAutoHidePanels">
  2901. <summary>
  2902. <para>For internal use.</para>
  2903. </summary>
  2904. <value>A <see cref="T:DevExpress.XtraBars.Docking.DockPanelCollection"/> object, storing the hidden <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanel"/> objects.</value>
  2905. </member>
  2906. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignDockManager.SavedVisiblePanels">
  2907. <summary>
  2908. <para>For internal use. Maintains the visibility state of the auto-hidden dock panels when switching the associated tabs in the Ribbon End-User Report Designer.</para>
  2909. </summary>
  2910. <value>A <see cref="T:DevExpress.XtraBars.Docking.DockPanelCollection"/> object, storing the visible <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanel"/> objects.</value>
  2911. </member>
  2912. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignDockManager.SetWindowVisibility(DevExpress.XtraReports.UserDesigner.DesignDockPanelType,System.Boolean)">
  2913. <summary>
  2914. <para>Sets the specified dock panels’ visibility in the custom End-User Report Designer form.</para>
  2915. </summary>
  2916. <param name="designDockPanels">A DesignDockPanelType enumeration value identifying the End-User Designer’s dock panel(s).</param>
  2917. <param name="visible">true, to display the dock panel(s); otherwise, false.</param>
  2918. </member>
  2919. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignDockManager.Style">
  2920. <summary>
  2921. <para>For internal use.</para>
  2922. </summary>
  2923. <value></value>
  2924. </member>
  2925. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignDockManager.ToolboxState">
  2926. <summary />
  2927. <value></value>
  2928. </member>
  2929. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignDockManager.XRDesignPanel">
  2930. <summary>
  2931. <para>Associates the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignDockManager"/> with the default <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/>.</para>
  2932. </summary>
  2933. <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object.</value>
  2934. </member>
  2935. <member name="T:DevExpress.XtraReports.UserDesigner.XRDesignErrorList">
  2936. <summary>
  2937. <para>The Scripts navigation tab that enables the assessment and validation of report scripts in the End-User Report Designer.</para>
  2938. </summary>
  2939. </member>
  2940. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignErrorList.#ctor">
  2941. <summary>
  2942. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignErrorList"/> class.</para>
  2943. </summary>
  2944. </member>
  2945. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignErrorList.XRDesignPanel">
  2946. <summary />
  2947. <value></value>
  2948. </member>
  2949. <member name="T:DevExpress.XtraReports.UserDesigner.XRDesignFieldList">
  2950. <summary>
  2951. <para>The Field List panel within an End-User Designer.</para>
  2952. </summary>
  2953. </member>
  2954. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignFieldList.#ctor">
  2955. <summary>
  2956. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignFieldList"/> class with the default settings.</para>
  2957. </summary>
  2958. </member>
  2959. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignFieldList.ShowComplexNodesFirst">
  2960. <summary>
  2961. <para>Specifies whether or not complex nodes should be displayed atop simple nodes in the Field List.</para>
  2962. </summary>
  2963. <value>A Boolean value.</value>
  2964. </member>
  2965. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignFieldList.ShowComplexProperties">
  2966. <summary>
  2967. <para>Specifies the order in which complex properties are shown in the Field List.</para>
  2968. </summary>
  2969. <value>A <see cref="T:DevExpress.XtraReports.Design.ShowComplexProperties"/> enumeration value.</value>
  2970. </member>
  2971. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignFieldList.SortOrder">
  2972. <summary>
  2973. <para>Specifies the sorting order of the Field List nodes.</para>
  2974. </summary>
  2975. <value>A <see cref="T:System.Windows.Forms.SortOrder"/> enumeration value.</value>
  2976. </member>
  2977. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignFieldList.XRDesignPanel">
  2978. <summary>
  2979. <para>Gets or sets the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object associated with the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignFieldList"/>.</para>
  2980. </summary>
  2981. <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object assigned to the current <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignFieldList"/> object.</value>
  2982. </member>
  2983. <member name="T:DevExpress.XtraReports.UserDesigner.XRDesignForm">
  2984. <summary>
  2985. <para>The standard End-User Report Designer form.</para>
  2986. </summary>
  2987. </member>
  2988. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignForm.#ctor">
  2989. <summary>
  2990. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignForm"/> class with the default settings.</para>
  2991. </summary>
  2992. </member>
  2993. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignForm.ActiveDesignPanel">
  2994. <summary>
  2995. <para>Provides access to the currently active Design Panel of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignForm"/>.</para>
  2996. </summary>
  2997. <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object, representing the active Design Panel.</value>
  2998. </member>
  2999. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignForm.DesignBarManager">
  3000. <summary>
  3001. <para>Gets the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignForm"/> object of the End-User Report Designer form.</para>
  3002. </summary>
  3003. <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignBarManager"/> object.</value>
  3004. </member>
  3005. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignForm.DesignDockManager">
  3006. <summary>
  3007. <para>Specifies the options of an <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignDockManager"/> object of a standard End-User Designer form.</para>
  3008. </summary>
  3009. <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignDockManager"/> object, containing dock panels of the End-User Designer.</value>
  3010. </member>
  3011. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignForm.DesignMdiController">
  3012. <summary>
  3013. <para>Gets the MDI (multi-document interface) Controller associated with the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignForm"/> instance.</para>
  3014. </summary>
  3015. <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignMdiController"/> object, which represents the MDI Controller associated with the form.</value>
  3016. </member>
  3017. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignForm.OpenReport(DevExpress.XtraReports.UI.XtraReport)">
  3018. <summary>
  3019. <para>Loads the specified report instance to the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignForm"/>.</para>
  3020. </summary>
  3021. <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object, or one of its descendants, representing the report to be opened.</param>
  3022. </member>
  3023. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignForm.OpenReport(DevExpress.XtraReports.UI.XtraReport,DevExpress.LookAndFeel.UserLookAndFeel)">
  3024. <summary>
  3025. <para>Loads the specified report instance to the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignForm"/> with the specified look and feel settings.</para>
  3026. </summary>
  3027. <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object, or one of its descendants representing the report to be opened.</param>
  3028. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the End-User Designer form.</param>
  3029. </member>
  3030. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignForm.OpenReport(System.String)">
  3031. <summary>
  3032. <para>Loads the report definition from the specified REPX file and opens it in the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignForm"/>.</para>
  3033. </summary>
  3034. <param name="fileName">A <see cref="T:System.String"/> representing the full path to the report file (.REPX) to be opened.</param>
  3035. </member>
  3036. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignForm.OpenReport(System.String,DevExpress.LookAndFeel.UserLookAndFeel)">
  3037. <summary>
  3038. <para>Loads the report definition from the specified REPX file and opens it in the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignForm"/> with the specified look and feel settings.</para>
  3039. </summary>
  3040. <param name="fileName">A <see cref="T:System.String"/> representing the full path to the report file (.REPX) to be opened.</param>
  3041. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the End-User Designer form.</param>
  3042. </member>
  3043. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignForm.SaveState">
  3044. <summary>
  3045. <para>Specifies whether the form’s window and panel size, position and zoom settings are saved to the Windows registry.</para>
  3046. </summary>
  3047. <value>true, if the Design Form settings are saved in the Windows registry; otherwise, false.</value>
  3048. </member>
  3049. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignForm.SetWindowVisibility(DevExpress.XtraReports.UserDesigner.DesignDockPanelType,System.Boolean)">
  3050. <summary>
  3051. <para>Sets the visibility of dock panels in the standard End-User Report Designer form.</para>
  3052. </summary>
  3053. <param name="designDockPanels">A <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanelType"/> enumeration value, identifying the dock panel(s) of the End-User Designer.</param>
  3054. <param name="visible">true, to display the dock panel(s); otherwise, false.</param>
  3055. </member>
  3056. <member name="T:DevExpress.XtraReports.UserDesigner.XRDesignFormEx">
  3057. <summary>
  3058. <para>For internal use. The standard End-User Designer form.</para>
  3059. </summary>
  3060. </member>
  3061. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignFormEx.#ctor">
  3062. <summary>
  3063. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignFormEx"/> class with the default settings.</para>
  3064. </summary>
  3065. </member>
  3066. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignFormEx.DesignBarManager">
  3067. <summary>
  3068. <para>Gets the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignFormEx"/> object of the End-User Report Designer form.</para>
  3069. </summary>
  3070. <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignBarManager"/> object.</value>
  3071. </member>
  3072. <member name="T:DevExpress.XtraReports.UserDesigner.XRDesignFormExBase">
  3073. <summary>
  3074. <para>The base class for the form used to show the End-User Designer for a particular report.</para>
  3075. </summary>
  3076. </member>
  3077. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignFormExBase.#ctor">
  3078. <summary>
  3079. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignFormExBase"/> class with the default settings.</para>
  3080. </summary>
  3081. </member>
  3082. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignFormExBase.DesignDockManager">
  3083. <summary>
  3084. <para>Specifies the options of an <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignDockManager"/> object of a standard End-User Designer form.</para>
  3085. </summary>
  3086. <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignDockManager"/> object that contains dock panels of the End-User Designer.</value>
  3087. </member>
  3088. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignFormExBase.DesignPanel">
  3089. <summary>
  3090. <para>Gets or sets the Design Panel used to edit a report in the current End-User Designer form.</para>
  3091. </summary>
  3092. <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object, which represents the Design Panel associated with the form.</value>
  3093. </member>
  3094. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignFormExBase.FileName">
  3095. <summary>
  3096. <para>Gets or sets the path (including the file name) where the report currently being edited in the End-User Designer will be saved. A report definition is usually saved to a REPX file.</para>
  3097. </summary>
  3098. <value>A <see cref="T:System.String"/> representing the path (including the filename) to a REPX file.</value>
  3099. </member>
  3100. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignFormExBase.OpenReport(DevExpress.XtraReports.UI.XtraReport)">
  3101. <summary>
  3102. <para>Opens the specified report in the form’s active Design Panel.</para>
  3103. </summary>
  3104. <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object, or one of its descendants representing the report to be opened.</param>
  3105. </member>
  3106. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignFormExBase.OpenReport(DevExpress.XtraReports.UI.XtraReport,DevExpress.LookAndFeel.UserLookAndFeel)">
  3107. <summary>
  3108. <para>Opens the specified report in the form’s active Design Panel, and applies the specified look-and-feel settings to the current End-User Designer form.</para>
  3109. </summary>
  3110. <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object, or one of its descendants representing the report to be opened.</param>
  3111. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look-and-feel settings applied to the End-User Designer form.</param>
  3112. </member>
  3113. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignFormExBase.OpenReport(System.String)">
  3114. <summary>
  3115. <para>Loads the report from the specified REPX file, and opens it in the form’s active Design Panel.</para>
  3116. </summary>
  3117. <param name="fileName">A <see cref="T:System.String"/> representing the full path to the report file (.REPX) to be opened.</param>
  3118. </member>
  3119. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignFormExBase.OpenReport(System.String,DevExpress.LookAndFeel.UserLookAndFeel)">
  3120. <summary>
  3121. <para>Loads a report definition from the specified REPX file, opens it into the form’s active Design Panel, and applies the specified look-and-feel settings to the current End-User Designer form.</para>
  3122. </summary>
  3123. <param name="fileName">A <see cref="T:System.String"/> representing the full path to the report file (.REPX) to be opened.</param>
  3124. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look-and-feel settings applied to the End-User Designer form.</param>
  3125. </member>
  3126. <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignFormExBase.ReportStateChanged">
  3127. <summary>
  3128. <para>Occurs when the <see cref="P:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ReportState"/> property has been changed.</para>
  3129. </summary>
  3130. </member>
  3131. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignFormExBase.SaveReport(System.String)">
  3132. <summary>
  3133. <para>Saves the definition (layout and configuration) of the report currently being edited in the End-User Designer form to the specified path.</para>
  3134. </summary>
  3135. <param name="fileName">A <see cref="T:System.String"/> containing the full path (including the file name) specifying where the report’s definition will be saved.</param>
  3136. </member>
  3137. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignFormExBase.SaveReportAs">
  3138. <summary>
  3139. <para>Saves the configuration of the report which is currently open in the End-User Report Designer to a file. The folder it is saved to, is specified in the Save As window.</para>
  3140. </summary>
  3141. </member>
  3142. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignFormExBase.SaveState">
  3143. <summary>
  3144. <para>Specifies whether the form’s window and panel size, position and zoom settings are saved to the Windows registry.</para>
  3145. </summary>
  3146. <value>true, if the Design Form settings are saved in the Windows registry; otherwise, false.</value>
  3147. </member>
  3148. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignFormExBase.SetWindowVisibility(DevExpress.XtraReports.UserDesigner.DesignDockPanelType,System.Boolean)">
  3149. <summary>
  3150. <para>Sets the visibility of design dock panels in the End-User Report Designer.</para>
  3151. </summary>
  3152. <param name="designDockPanels">A <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanelType"/> enumeration value, identifying the dock panel(s) of the End-User Report Designer.</param>
  3153. <param name="visible">true, to display the dock panel(s); otherwise, false.</param>
  3154. </member>
  3155. <member name="T:DevExpress.XtraReports.UserDesigner.XRDesignGroupAndSort">
  3156. <summary>
  3157. <para>The Group and Sort panel within an End-User Designer.</para>
  3158. </summary>
  3159. </member>
  3160. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignGroupAndSort.#ctor">
  3161. <summary>
  3162. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignGroupAndSort"/> class with the default settings.</para>
  3163. </summary>
  3164. </member>
  3165. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignGroupAndSort.XRDesignPanel">
  3166. <summary>
  3167. <para>Gets or sets the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object associated with the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignGroupAndSort"/>.</para>
  3168. </summary>
  3169. <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object assigned to the current <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignGroupAndSort"/> object.</value>
  3170. </member>
  3171. <member name="T:DevExpress.XtraReports.UserDesigner.XRDesignMdiController">
  3172. <summary>
  3173. <para>Provides a multi-document interface to the End-User Report Designer.</para>
  3174. </summary>
  3175. </member>
  3176. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.#ctor">
  3177. <summary>
  3178. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignMdiController"/> class with the default settings.</para>
  3179. </summary>
  3180. </member>
  3181. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.#ctor(System.ComponentModel.IContainer)">
  3182. <summary>
  3183. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignMdiController"/> class with the specified container.</para>
  3184. </summary>
  3185. <param name="container">An object implementing the <see cref="T:System.ComponentModel.IContainer"/> interface.</param>
  3186. </member>
  3187. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.ActiveDesignPanel">
  3188. <summary>
  3189. <para>Provides access to the currently active Design Panel of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignMdiController"/>.</para>
  3190. </summary>
  3191. <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object, representing the active Design Panel.</value>
  3192. </member>
  3193. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.AddCommandHandler(DevExpress.XtraReports.UserDesigner.ICommandHandler)">
  3194. <summary>
  3195. <para>Adds the specified command handler to the command handlers list for one or several of the report commands.</para>
  3196. </summary>
  3197. <param name="handler">An object which implements the <see cref="T:DevExpress.XtraReports.UserDesigner.ICommandHandler"/> interface.</param>
  3198. </member>
  3199. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback)">
  3200. <summary>
  3201. <para>Adds the specified service to <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignMdiController"/>.</para>
  3202. </summary>
  3203. <param name="serviceType">A <see cref="T:System.Type"/> value, specifying the service type.</param>
  3204. <param name="callback">A callback object that can create the service. This allows a service to be declared as available, but delays creation of the object until the service is requested.</param>
  3205. </member>
  3206. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.AddService(System.Type,System.ComponentModel.Design.ServiceCreatorCallback,System.Boolean)">
  3207. <summary>
  3208. <para>Adds the specified service to <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignMdiController"/>.</para>
  3209. </summary>
  3210. <param name="serviceType">A <see cref="T:System.Type"/> value, specifying the service type.</param>
  3211. <param name="callback">A callback object that can create the service. This allows a service to be declared as available, but delays creation of the object until the service is requested.</param>
  3212. <param name="promote">true to promote these changes to all available Design Panels; otherwise false.</param>
  3213. </member>
  3214. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.AddService(System.Type,System.Object)">
  3215. <summary>
  3216. <para>Adds the specified service to <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignMdiController"/>.</para>
  3217. </summary>
  3218. <param name="serviceType">A <see cref="T:System.Type"/> value, specifying the service type.</param>
  3219. <param name="serviceInstance">A <see cref="T:System.Object"/>, specifying the service instance.</param>
  3220. </member>
  3221. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.AddService(System.Type,System.Object,System.Boolean)">
  3222. <summary>
  3223. <para>Adds the specified service to <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignMdiController"/>.</para>
  3224. </summary>
  3225. <param name="serviceType">A <see cref="T:System.Type"/> value, specifying the service type.</param>
  3226. <param name="serviceInstance">A <see cref="T:System.Object"/>, specifying the service instance.</param>
  3227. <param name="promote">true to promote these changes to all available Design Panels; otherwise false.</param>
  3228. </member>
  3229. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.AllowDefaultSvgImages">
  3230. <summary>
  3231. <para>Specifies whether to use bitmap or vector icons for the End-User Report Designer.</para>
  3232. </summary>
  3233. <value>true, to use vector images; otherwise, false.</value>
  3234. </member>
  3235. <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.AnyDocumentActivated">
  3236. <summary>
  3237. <para>Occurs after any of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignMdiController"/>‘s design panels showing an edited document has been activated during the design session.</para>
  3238. </summary>
  3239. </member>
  3240. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.BeginInit">
  3241. <summary />
  3242. </member>
  3243. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.ContainerControl">
  3244. <summary>
  3245. <para>Specifies the control containing the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignMdiController"/>.</para>
  3246. </summary>
  3247. <value>A <see cref="T:System.Windows.Forms.ContainerControl"/> object.</value>
  3248. </member>
  3249. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.Controller">
  3250. <summary>
  3251. <para>Specifies the Bar and Docking Controllers assigned to the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignMdiController"/>.</para>
  3252. </summary>
  3253. <value>A <see cref="T:DevExpress.XtraBars.BarAndDockingController"/> object.</value>
  3254. </member>
  3255. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.CreateNewReport">
  3256. <summary>
  3257. <para>Creates a new report, and loads it into a new <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> instance.</para>
  3258. </summary>
  3259. </member>
  3260. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.CreateNewReportWizard">
  3261. <summary>
  3262. <para>Invokes the Report Wizard.</para>
  3263. </summary>
  3264. </member>
  3265. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.CreateNewReportWizard(DevExpress.XtraReports.UI.XtraReport)">
  3266. <summary>
  3267. <para>For internal use.</para>
  3268. </summary>
  3269. <param name="report"></param>
  3270. </member>
  3271. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.DataSourceWizardSettings">
  3272. <summary>
  3273. <para>Provides access to the Data Source Wizard settings.</para>
  3274. </summary>
  3275. <value>A <see cref="T:DevExpress.DataAccess.UI.Wizard.DataSourceWizardSettings"/> object.</value>
  3276. </member>
  3277. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.DefaultReportSettings">
  3278. <summary>
  3279. <para>Provides access to the default report page settings.</para>
  3280. </summary>
  3281. <value>Report page settings.</value>
  3282. </member>
  3283. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.DesignPanelListeners">
  3284. <summary>
  3285. <para>For internal use. Provides access to the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanelListenersCollection"/> class.</para>
  3286. </summary>
  3287. <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanelListenersCollection"/> object.</value>
  3288. </member>
  3289. <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.DesignPanelLoaded">
  3290. <summary>
  3291. <para>Occurs when an <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object has been loaded.</para>
  3292. </summary>
  3293. </member>
  3294. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.DesignSettings">
  3295. <summary>
  3296. <para>Provides access to an object that defines additional settings of an End-User Report Designer for WinForms.</para>
  3297. </summary>
  3298. <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignMdiControllerDesignSettings"/> object.</value>
  3299. </member>
  3300. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.EndInit">
  3301. <summary />
  3302. </member>
  3303. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.Form">
  3304. <summary>
  3305. <para>Specifies the form to associate with the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignMdiController"/>.</para>
  3306. </summary>
  3307. <value>A <see cref="T:System.Windows.Forms.Form"/> object.</value>
  3308. </member>
  3309. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.GetCommandVisibility(DevExpress.XtraReports.UserDesigner.ReportCommand)">
  3310. <summary>
  3311. <para>Gets the visibility state of the specified report command.</para>
  3312. </summary>
  3313. <param name="command">A <see cref="T:DevExpress.XtraReports.UserDesigner.ReportCommand"/> enumeration value, which specifies the command whose visibility is to be determined.</param>
  3314. <returns>A <see cref="T:DevExpress.XtraReports.UserDesigner.CommandVisibility"/> enumeration value, which represents the visibility state of the report command.</returns>
  3315. </member>
  3316. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.OpenReport">
  3317. <summary>
  3318. <para>Loads the specified report instance to the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignMdiController"/>.</para>
  3319. </summary>
  3320. </member>
  3321. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.OpenReport(DevExpress.XtraReports.UI.XtraReport)">
  3322. <summary>
  3323. <para>Loads the specified report instance to the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignMdiController"/>.</para>
  3324. </summary>
  3325. <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object, or one of its descendants representing the report to be opened.</param>
  3326. </member>
  3327. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.OpenReport(System.String)">
  3328. <summary>
  3329. <para>Loads the report definition from the specified REPX file and opens it in the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignMdiController"/>.</para>
  3330. </summary>
  3331. <param name="fileName">A <see cref="T:System.String"/> representing the full path to the report file (.REPX) to be opened.</param>
  3332. </member>
  3333. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.RemoveCommandHandler(DevExpress.XtraReports.UserDesigner.ICommandHandler)">
  3334. <summary>
  3335. <para>Removes the specified command handler for one or several of the report commands.</para>
  3336. </summary>
  3337. <param name="handler">An object which implements the <see cref="T:DevExpress.XtraReports.UserDesigner.ICommandHandler"/> interface.</param>
  3338. </member>
  3339. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.RemoveService(System.Type)">
  3340. <summary>
  3341. <para>Removes the specified service from <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignMdiController"/>.</para>
  3342. </summary>
  3343. <param name="serviceType">A <see cref="T:System.Type"/> value, specifying the service type.</param>
  3344. </member>
  3345. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.RemoveService(System.Type,System.Boolean)">
  3346. <summary>
  3347. <para>Removes the specified service from <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignMdiController"/>.</para>
  3348. </summary>
  3349. <param name="serviceType">A <see cref="T:System.Type"/> value, specifying the service type.</param>
  3350. <param name="promote">true to promote these changes to all available Design Panels; otherwise false.</param>
  3351. </member>
  3352. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.SetCommandVisibility(DevExpress.XtraReports.UserDesigner.ReportCommand,DevExpress.XtraReports.UserDesigner.CommandVisibility)">
  3353. <summary>
  3354. <para>Changes the visibility of the specified report command.</para>
  3355. </summary>
  3356. <param name="command">A <see cref="T:DevExpress.XtraReports.UserDesigner.ReportCommand"/> enumeration value, which specifies the command whose visibility needs to be changed.</param>
  3357. <param name="visibility">A <see cref="T:DevExpress.XtraReports.UserDesigner.CommandVisibility"/> enumeration value, which specifies the visibility state of the report command.</param>
  3358. </member>
  3359. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.SetCommandVisibility(DevExpress.XtraReports.UserDesigner.ReportCommand[],DevExpress.XtraReports.UserDesigner.CommandVisibility)">
  3360. <summary>
  3361. <para>Changes the visibility of the specified report commands.</para>
  3362. </summary>
  3363. <param name="commands">An array of <see cref="T:DevExpress.XtraReports.UserDesigner.ReportCommand"/> enumeration values, which specify the commands whose visibility needs to be changed.</param>
  3364. <param name="visibility">A <see cref="T:DevExpress.XtraReports.UserDesigner.CommandVisibility"/> enumeration value, which specifies the visibility state of the report command.</param>
  3365. </member>
  3366. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.SqlWizardSettings">
  3367. <summary>
  3368. <para>Provides access to settings of the Data Source Wizard associated with the current <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignMdiController"/>.</para>
  3369. </summary>
  3370. <value>An <see cref="T:DevExpress.DataAccess.UI.Wizard.SqlWizardSettings"/> object containing Data Source Wizard settings.</value>
  3371. </member>
  3372. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.UseDefaultSvgImages">
  3373. <summary>
  3374. <para>Use the <see cref="P:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.AllowDefaultSvgImages"/> property instead.</para>
  3375. </summary>
  3376. <value>true, to use vector images; otherwise, false.</value>
  3377. </member>
  3378. <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.ValidateCustomSql">
  3379. <summary>
  3380. <para>Occurs when a custom SQL query is validated.</para>
  3381. </summary>
  3382. </member>
  3383. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignMdiController.XtraTabbedMdiManager">
  3384. <summary>
  3385. <para>Gets or sets the MDI Manager that provides the multi-document interface for the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignMdiController"/>.</para>
  3386. </summary>
  3387. <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRTabbedMdiManager"/> object.</value>
  3388. </member>
  3389. <member name="T:DevExpress.XtraReports.UserDesigner.XRDesignMdiControllerDesignSettings">
  3390. <summary>
  3391. <para>Provides additional settings to the End-User Report Designer for WinForms.</para>
  3392. </summary>
  3393. </member>
  3394. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignMdiControllerDesignSettings.#ctor">
  3395. <summary>
  3396. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignMdiControllerDesignSettings"/> class with the default settings.</para>
  3397. </summary>
  3398. </member>
  3399. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignMdiControllerDesignSettings.DockingViewStyle">
  3400. <summary>
  3401. <para>Specifies the View style for the Report Designer‘s dock panels and tabs.</para>
  3402. </summary>
  3403. <value>A DevExpress.XtraBars.Docking2010.Views.DockingViewStyle enumeration value that specifies the View style.</value>
  3404. </member>
  3405. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignMdiControllerDesignSettings.FilterCriteriaDisplayStyle">
  3406. <summary>
  3407. <para>Gets or sets whether Filter Editors render filter criteria in the text format or in the visual format.</para>
  3408. </summary>
  3409. <value>Text, to render filter criteria in the text format; Visual, to render filter criteria in the visual format; Default, to render filter criteria per the <see cref="P:DevExpress.XtraEditors.WindowsFormsSettings.FilterCriteriaDisplayStyle"/> global property value.</value>
  3410. </member>
  3411. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignMdiControllerDesignSettings.UseDirectXPaint">
  3412. <summary />
  3413. <value></value>
  3414. </member>
  3415. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignMdiControllerDesignSettings.UseLegacyExpressionEditor">
  3416. <summary>
  3417. <para>Enables you to switch back a WinForms reporting application to using the legacy Expression Editor that does not support syntax highlighting and intelligent code completion.</para>
  3418. </summary>
  3419. <value><see cref="F:DevExpress.Utils.DefaultBoolean.True"/>, to use the legacy Expression Editor; <see cref="F:DevExpress.Utils.DefaultBoolean.False"/>, to use a newer Expression Editor version; <see cref="F:DevExpress.Utils.DefaultBoolean.Default"/> to use the <see cref="F:DevExpress.XtraEditors.WindowsFormsSettings.DefaultSettingsCompatibilityMode"/> setting.</value>
  3420. </member>
  3421. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignMdiControllerDesignSettings.UseLegacyFilterEditor">
  3422. <summary>
  3423. <para>Indicates whether to use a legacy Filter Editor or a new one in reporting applications.</para>
  3424. </summary>
  3425. <value>true if a legacy Filter Editor is used. By default, this property is set to false.</value>
  3426. </member>
  3427. <member name="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel">
  3428. <summary>
  3429. <para>A panel that is used to edit a report in the End-User Designer.</para>
  3430. </summary>
  3431. </member>
  3432. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.#ctor">
  3433. <summary>
  3434. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> class with the default settings.</para>
  3435. </summary>
  3436. </member>
  3437. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.Activate">
  3438. <summary>
  3439. <para>For internal use. Activates the host of the given <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> instance.</para>
  3440. </summary>
  3441. </member>
  3442. <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.Activated">
  3443. <summary>
  3444. <para>For internal use. Occurs when the host of the given <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> instance has been activated.</para>
  3445. </summary>
  3446. </member>
  3447. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.AddCommandHandler(DevExpress.XtraReports.UserDesigner.ICommandHandler)">
  3448. <summary>
  3449. <para>Adds the specified command handler to the command handlers list for one or several of the report commands.</para>
  3450. </summary>
  3451. <param name="handler">An object which implements the <see cref="T:DevExpress.XtraReports.UserDesigner.ICommandHandler"/> interface, representing the command handler to be added.</param>
  3452. </member>
  3453. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.AddService(System.Type,System.Object)">
  3454. <summary>
  3455. <para>Adds the specified service to the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> instance.</para>
  3456. </summary>
  3457. <param name="type">The type of service to add.</param>
  3458. <param name="value">An <see cref="T:System.Object"/>, representing an instance of the service type to be added. This object must implement or inherit from the type indicated by the type parameter.</param>
  3459. </member>
  3460. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignPanel.BorderStyle">
  3461. <summary>
  3462. <para>Gets or sets the Design Panel’s border style.</para>
  3463. </summary>
  3464. <value>A <see cref="T:DevExpress.XtraEditors.Controls.BorderStyles"/> enumeration value which specifies the border style for the Design Panel.</value>
  3465. </member>
  3466. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.CloseReport">
  3467. <summary>
  3468. <para>Closes the report currently being edited in the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/>.</para>
  3469. </summary>
  3470. </member>
  3471. <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.CommandStatusChanged">
  3472. <summary>
  3473. <para>Occurs if the status of a menu command has been changed.</para>
  3474. </summary>
  3475. </member>
  3476. <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ComponentAdded">
  3477. <summary>
  3478. <para>Occurs after a component has been added to the designer host of the report currently being edited in the Design Panel.</para>
  3479. </summary>
  3480. </member>
  3481. <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ComponentAdding">
  3482. <summary>
  3483. <para>Occurs before a component can be added to the designer host of the report currently being edited in the Design Panel.</para>
  3484. </summary>
  3485. </member>
  3486. <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ComponentChanged">
  3487. <summary>
  3488. <para>Occurs when altering a property that belongs to any component in the designer host of the report currently being edited.</para>
  3489. </summary>
  3490. </member>
  3491. <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ComponentRemoved">
  3492. <summary>
  3493. <para>Occurs after any component has been removed from the designer host of the report being currently edited in the Design Panel.</para>
  3494. </summary>
  3495. </member>
  3496. <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ComponentRemoving">
  3497. <summary>
  3498. <para>Occurs before any component can be removed from the designer host of the report being currently edited in the Design Panel.</para>
  3499. </summary>
  3500. </member>
  3501. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ComponentVisibility">
  3502. <summary>
  3503. <para>Specifies whether the Components node is visible in the Report Explorer.</para>
  3504. </summary>
  3505. <value>The Components node visibility type.</value>
  3506. </member>
  3507. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.CreateSaveFileDialog(DevExpress.XtraReports.UI.XtraReport,System.String)">
  3508. <summary>
  3509. <para>Creates the SaveFile dialog window to save the current report’s configuration to a REPX file.</para>
  3510. </summary>
  3511. <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object to be saved to a REPX file.</param>
  3512. <param name="fileName">A <see cref="T:System.String"/> representing the path (including the filename), specifying where to save the report.</param>
  3513. <returns>A <see cref="T:System.Windows.Forms.SaveFileDialog"/> object.</returns>
  3514. </member>
  3515. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.CreateSaveFileDialog(DevExpress.XtraReports.UI.XtraReport,System.String,System.String)">
  3516. <summary>
  3517. <para>Creates the SaveFile dialog window to save the current report’s configuration to a REPX file.</para>
  3518. </summary>
  3519. <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object to be saved to a REPX file.</param>
  3520. <param name="defaultDirectory">A <see cref="T:System.String"/>, specifying the path to the directory that is opened by default.</param>
  3521. <param name="fileName">A <see cref="T:System.String"/>, specifying the file name.</param>
  3522. <returns>A <see cref="T:System.Windows.Forms.SaveFileDialog"/> object.</returns>
  3523. </member>
  3524. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignPanel.DataSourcesNodeVisibility">
  3525. <summary>
  3526. <para>Specifies whether the Data Sources node is visible in the Report Explorer.</para>
  3527. </summary>
  3528. <value>The Data Sources node visibility type.</value>
  3529. </member>
  3530. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.Deactivate">
  3531. <summary>
  3532. <para>For internal use. Deactivates the host of the current <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> instance.</para>
  3533. </summary>
  3534. </member>
  3535. <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.Deactivated">
  3536. <summary>
  3537. <para>For internal use. Occurs when the host of the given <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> instance has been deactivated.</para>
  3538. </summary>
  3539. </member>
  3540. <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.DesignerHostLoaded">
  3541. <summary>
  3542. <para>Occurs after the designer host is activated for a report currently being edited in the current Design Panel.</para>
  3543. </summary>
  3544. </member>
  3545. <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.DesignerHostLoading">
  3546. <summary>
  3547. <para>For internal use. Occurs when the host of the current <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> instance starts loading.</para>
  3548. </summary>
  3549. </member>
  3550. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ExecCommand(DevExpress.XtraReports.UserDesigner.ReportCommand)">
  3551. <summary>
  3552. <para>Executes the specified report command without any parameters passed to it.</para>
  3553. </summary>
  3554. <param name="command">A <see cref="T:DevExpress.XtraReports.UserDesigner.ReportCommand"/> enumeration value, specifying the report command to execute.</param>
  3555. </member>
  3556. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ExecCommand(DevExpress.XtraReports.UserDesigner.ReportCommand,System.Object[])">
  3557. <summary>
  3558. <para>Executes the specified report command and passes the specified parameters to it.</para>
  3559. </summary>
  3560. <param name="command">A <see cref="T:DevExpress.XtraReports.UserDesigner.ReportCommand"/> enumeration value, specifying the report command to execute.</param>
  3561. <param name="args">An array of <see cref="T:System.Object"/> values, specifying the parameters to be passed to the report command.</param>
  3562. </member>
  3563. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ExecuteCommand(System.ComponentModel.Design.CommandID)">
  3564. <summary>
  3565. <para>Executes the specified command.</para>
  3566. </summary>
  3567. <param name="cmdID">A <see cref="T:System.ComponentModel.Design.CommandID"/> object.</param>
  3568. <returns>true if the specified command is executed; otherwise, false.</returns>
  3569. </member>
  3570. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ExecuteCommand(System.ComponentModel.Design.CommandID,System.Object[])">
  3571. <summary>
  3572. <para>Executes the specified command with the specified set of parameters.</para>
  3573. </summary>
  3574. <param name="cmdID">A <see cref="T:System.ComponentModel.Design.CommandID"/> object.</param>
  3575. <param name="parameters">An array of <see cref="T:System.Object"/> values that specify the parameters for the command to be executed.</param>
  3576. <returns>true if the specified command is executed; otherwise, false.</returns>
  3577. </member>
  3578. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignPanel.FileName">
  3579. <summary>
  3580. <para>Gets or sets the path (including the file name) where the report currently being edited in the Design Panel will be saved. A report definition is usually saved to a REPX file.</para>
  3581. </summary>
  3582. <value>A <see cref="T:System.String"/> representing the path (including the filename) to a REPX file.</value>
  3583. </member>
  3584. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.FindMenuCommand(System.ComponentModel.Design.CommandID)">
  3585. <summary>
  3586. <para>Searches for the specified command ID.</para>
  3587. </summary>
  3588. <param name="cmdID">An object of the <see cref="T:System.ComponentModel.Design.CommandID"/> type, identifying the command to be found.</param>
  3589. <returns>A <see cref="T:System.ComponentModel.Design.MenuCommand"/> object, representing the command associated with the specified ID. Returns null (Nothing in Visual Basic) if no command is found.</returns>
  3590. </member>
  3591. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignPanel.FormattingRulesNodeVisibility">
  3592. <summary>
  3593. <para>Specifies whether the Formatting Rules node is visible in the Report Explorer.</para>
  3594. </summary>
  3595. <value>The Formatting Rules node visibility type.</value>
  3596. </member>
  3597. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.GetCommandEnabled(DevExpress.XtraReports.UserDesigner.ReportCommand)">
  3598. <summary>
  3599. <para>Determines whether the specified report command is currently enabled in the End-User Designer.</para>
  3600. </summary>
  3601. <param name="command">A <see cref="T:DevExpress.XtraReports.UserDesigner.ReportCommand"/> enumeration value, specifying the command whose enabled state is to be determined.</param>
  3602. <returns>true if the report command is enabled; otherwise, false.</returns>
  3603. </member>
  3604. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.GetCommandVisibility(DevExpress.XtraReports.UserDesigner.ReportCommand)">
  3605. <summary>
  3606. <para>Gets the visibility state of the specified report command in the Design Panel.</para>
  3607. </summary>
  3608. <param name="command">A <see cref="T:DevExpress.XtraReports.UserDesigner.ReportCommand"/> enumeration value, which specifies the command whose visibility is to be determined.</param>
  3609. <returns>A <see cref="T:DevExpress.XtraReports.UserDesigner.CommandVisibility"/> enumeration value, which represents the visibility state of the report command.</returns>
  3610. </member>
  3611. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.GetSelectedComponents">
  3612. <summary>
  3613. <para>Gets the collection of components that are currently selected in the Design Panel.</para>
  3614. </summary>
  3615. <returns>A collection that represents the current set of selected components.</returns>
  3616. </member>
  3617. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.GetService(System.Type)">
  3618. <summary>
  3619. <para>Obtains the service object of the specified type from the designer host used by the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/>.</para>
  3620. </summary>
  3621. <param name="serviceType">A <see cref="T:System.Type"/> object that specifies the type of the service object to obtain.</param>
  3622. <returns>A service object of the specified type, or null (Nothing in Visual Basic) if there is no service object of this type.</returns>
  3623. </member>
  3624. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.GetService``1">
  3625. <summary>
  3626. <para>Obtains the service object of the specified type from the designer host used by the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/>.</para>
  3627. </summary>
  3628. <typeparam name="T"></typeparam>
  3629. <returns>A service object of the specified generic type, or a null reference (Nothing in Visual Basic) if there is no service object of this type.</returns>
  3630. </member>
  3631. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.OpenReport(DevExpress.XtraReports.UI.XtraReport)">
  3632. <summary>
  3633. <para>Loads the specified report and opens it in the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/>.</para>
  3634. </summary>
  3635. <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object, or one of its descendants representing the report to be opened.</param>
  3636. </member>
  3637. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.OpenReport(System.IO.Stream)">
  3638. <summary>
  3639. <para>Loads a report definition from the specified stream and opens it in the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/>.</para>
  3640. </summary>
  3641. <param name="stream">A <see cref="T:System.IO.Stream"/> object which contains a report to be opened in the design panel.</param>
  3642. </member>
  3643. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.OpenReport(System.String)">
  3644. <summary>
  3645. <para>Loads a report definition from the specified file and opens it in the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/>.</para>
  3646. </summary>
  3647. <param name="fileName">A <see cref="T:System.String"/> representing the full path to the report file (.REPX) to be opened.</param>
  3648. </member>
  3649. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.OpenReportFile">
  3650. <summary>
  3651. <para>Invokes the <see cref="T:System.Windows.Forms.OpenFileDialog"/>, which allow your end-users to locate and choose a report, and load it into the Design Panel.</para>
  3652. </summary>
  3653. </member>
  3654. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.RemoveCommandHandler(DevExpress.XtraReports.UserDesigner.ICommandHandler)">
  3655. <summary>
  3656. <para>Removes the specified command handler.</para>
  3657. </summary>
  3658. <param name="handler">The command handler to be removed.</param>
  3659. </member>
  3660. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.RemoveService(System.Type)">
  3661. <summary>
  3662. <para>Removes the specified service from the Design Panel.</para>
  3663. </summary>
  3664. <param name="type">A <see cref="T:System.Type"/> value, specifying the type of service to remove.</param>
  3665. </member>
  3666. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignPanel.Report">
  3667. <summary>
  3668. <para>Gets the report currently opened in the Design Panel.</para>
  3669. </summary>
  3670. <value>An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object currently opened in the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/>.</value>
  3671. </member>
  3672. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ReportState">
  3673. <summary>
  3674. <para>Gets the state of the report currently being edited in the Design Panel.</para>
  3675. </summary>
  3676. <value>A <see cref="T:DevExpress.XtraReports.UserDesigner.ReportState"/> enumeration value which represents the current state of a report.</value>
  3677. </member>
  3678. <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ReportStateChanged">
  3679. <summary>
  3680. <para>Occurs when the <see cref="P:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ReportState"/> property has been changed.</para>
  3681. </summary>
  3682. </member>
  3683. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.SaveChangedReport">
  3684. <summary>
  3685. <para>Saves the configuration of the report currently opened in the Design Panel to a file, only if changes have been made to the report.</para>
  3686. </summary>
  3687. <returns>A <see cref="T:System.Windows.Forms.DialogResult"/> enumeration value.</returns>
  3688. </member>
  3689. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.SaveReport">
  3690. <summary>
  3691. <para>Saves the definition of the report currently open in the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/>, to the file specified by the <see cref="P:DevExpress.XtraReports.UserDesigner.XRDesignPanel.FileName"/> property.</para>
  3692. </summary>
  3693. </member>
  3694. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.SaveReport(System.String)">
  3695. <summary>
  3696. <para>Saves the definition of the report currently open in the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> to the specified file.</para>
  3697. </summary>
  3698. <param name="fileName">A <see cref="T:System.String"/> value specifying the file name.</param>
  3699. </member>
  3700. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.SaveReportAs">
  3701. <summary>
  3702. <para>Saves the configuration of the report which is currently open in the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> to a file. The folder it is saved to, is specified in the Save As window.</para>
  3703. </summary>
  3704. </member>
  3705. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignPanel.SelectedTabIndex">
  3706. <summary>
  3707. <para>Gets or sets the index of the tab currently selected in the Design Panel.</para>
  3708. </summary>
  3709. <value>An integer value which represents the index of the currently selected tab.</value>
  3710. </member>
  3711. <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.SelectedTabIndexChanged">
  3712. <summary>
  3713. <para>Occurs after the <see cref="P:DevExpress.XtraReports.UserDesigner.XRDesignPanel.SelectedTabIndex"/> property’s value has been changed.</para>
  3714. </summary>
  3715. </member>
  3716. <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.SelectedToolboxItemChanged">
  3717. <summary>
  3718. <para>Occurs if the currently selected Toolbox item has been changed.</para>
  3719. </summary>
  3720. </member>
  3721. <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.SelectedToolboxItemUsed">
  3722. <summary>
  3723. <para>Occurs when a control represented by the currently selected Toolbox item has been dropped onto a report.</para>
  3724. </summary>
  3725. </member>
  3726. <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignPanel.SelectionChanged">
  3727. <summary>
  3728. <para>Occurs if the collection of currently selected components in the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> is changed.</para>
  3729. </summary>
  3730. </member>
  3731. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.SetCommandVisibility(DevExpress.XtraReports.UserDesigner.ReportCommand,DevExpress.XtraReports.UserDesigner.CommandVisibility)">
  3732. <summary>
  3733. <para>Changes the visibility state of the specified report command in the End-User Designer.</para>
  3734. </summary>
  3735. <param name="command">A <see cref="T:DevExpress.XtraReports.UserDesigner.ReportCommand"/> enumeration value which specifies the command whose visibility needs to be changed.</param>
  3736. <param name="visibility">A <see cref="T:DevExpress.XtraReports.UserDesigner.CommandVisibility"/> enumeration value which specifies the new visibility state for the command.</param>
  3737. </member>
  3738. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanel.SetCommandVisibility(DevExpress.XtraReports.UserDesigner.ReportCommand[],DevExpress.XtraReports.UserDesigner.CommandVisibility)">
  3739. <summary>
  3740. <para>Changes the visibility state of the specified report commands in the End-User Designer.</para>
  3741. </summary>
  3742. <param name="commands">An array of <see cref="T:DevExpress.XtraReports.UserDesigner.ReportCommand"/> enumeration values which specify the commands whose visibility needs to be changed.</param>
  3743. <param name="visibility">A <see cref="T:DevExpress.XtraReports.UserDesigner.CommandVisibility"/> enumeration value which specifies the new visibility state for the commands.</param>
  3744. </member>
  3745. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ShowComponentTray">
  3746. <summary>
  3747. <para>Use the <see cref="P:DevExpress.XtraReports.UserDesigner.XRDesignPanel.ComponentVisibility"/> property instead.</para>
  3748. </summary>
  3749. <value>true, to show the Component Tray; otherwise, false.</value>
  3750. </member>
  3751. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignPanel.StylesNodeVisibility">
  3752. <summary>
  3753. <para>Specifies whether the Styles node is visible in the Report Explorer.</para>
  3754. </summary>
  3755. <value>The Styles node visibility type.</value>
  3756. </member>
  3757. <member name="T:DevExpress.XtraReports.UserDesigner.XRDesignPanelListener">
  3758. <summary>
  3759. <para>For internal use. Provides the functionality for adjusting <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignMdiController"/> objects.</para>
  3760. </summary>
  3761. </member>
  3762. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanelListener.#ctor">
  3763. <summary>
  3764. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanelListener"/> class with the default settings.</para>
  3765. </summary>
  3766. </member>
  3767. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanelListener.#ctor(DevExpress.XtraReports.UserDesigner.IDesignPanelListener)">
  3768. <summary>
  3769. <para>For internal use. Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UI.XRWatermark"/> class with the specified settings.</para>
  3770. </summary>
  3771. <param name="designControl"></param>
  3772. </member>
  3773. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignPanelListener.DesignControl">
  3774. <summary>
  3775. <para>For internal use.</para>
  3776. </summary>
  3777. <value></value>
  3778. </member>
  3779. <member name="T:DevExpress.XtraReports.UserDesigner.XRDesignPanelListenersCollection">
  3780. <summary>
  3781. <para>For internal use. Represents the collection of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanelListener"/> objects.</para>
  3782. </summary>
  3783. </member>
  3784. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanelListenersCollection.#ctor(DevExpress.XtraReports.UserDesigner.XRDesignMdiController)">
  3785. <summary />
  3786. <param name="mdiController"></param>
  3787. </member>
  3788. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanelListenersCollection.Add(DevExpress.XtraReports.UserDesigner.IDesignPanelListener)">
  3789. <summary>
  3790. <para>Appends the specified item to the current collection.</para>
  3791. </summary>
  3792. <param name="item">An object implementing the DevExpress.XtraReports.UserDesigner.IDesignPanelListener interface to append to the collection.</param>
  3793. <returns>An integer value indicating the position into which a new element was inserted.</returns>
  3794. </member>
  3795. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanelListenersCollection.Add(DevExpress.XtraReports.UserDesigner.XRDesignPanelListener)">
  3796. <summary>
  3797. <para>Appends the specified item to the current collection.</para>
  3798. </summary>
  3799. <param name="item">An DevExpress.XtraReports.UserDesigner.IDesignPanelListener object to append to the collection.</param>
  3800. <returns>An integer value indicating the position into which a new element was inserted.</returns>
  3801. </member>
  3802. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanelListenersCollection.AddRange(DevExpress.XtraReports.UserDesigner.XRDesignPanelListener[])">
  3803. <summary>
  3804. <para>Appends an array of listeners to the collection.</para>
  3805. </summary>
  3806. <param name="items">An array of <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanelListener"/> objects to append to the collection.</param>
  3807. </member>
  3808. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanelListenersCollection.Contains(DevExpress.XtraReports.UserDesigner.IDesignPanelListener)">
  3809. <summary>
  3810. <para>For internal use. Determines whether the collection contains the specified object.</para>
  3811. </summary>
  3812. <param name="item"></param>
  3813. <returns>A Boolean value.</returns>
  3814. </member>
  3815. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanelListenersCollection.Contains(DevExpress.XtraReports.UserDesigner.XRDesignPanelListener)">
  3816. <summary>
  3817. <para>For internal use. Determines whether the collection contains the specified <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanelListener"/> object.</para>
  3818. </summary>
  3819. <param name="item">An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanelListener"/> object.</param>
  3820. <returns>A Boolean value.</returns>
  3821. </member>
  3822. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignPanelListenersCollection.Item(System.Int32)">
  3823. <summary>
  3824. <para>For internal use. Provides access to individual items in the collection.</para>
  3825. </summary>
  3826. <param name="index">A zero-based integer specifying the desired item’s position within the collection. If it’s negative or exceeds the last available index, an exception is raised.</param>
  3827. <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanelListener"/> object.</value>
  3828. </member>
  3829. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanelListenersCollection.Remove(DevExpress.XtraReports.UserDesigner.IDesignPanelListener)">
  3830. <summary>
  3831. <para>For internal use. Removes the specified object from the collection.</para>
  3832. </summary>
  3833. <param name="item"></param>
  3834. </member>
  3835. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPanelListenersCollection.Remove(DevExpress.XtraReports.UserDesigner.XRDesignPanelListener)">
  3836. <summary>
  3837. <para>For internal use. Removes the specified <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanelListener"/> object from the collection.</para>
  3838. </summary>
  3839. <param name="item">An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanelListener"/> object.</param>
  3840. </member>
  3841. <member name="T:DevExpress.XtraReports.UserDesigner.XRDesignPropertyGrid">
  3842. <summary>
  3843. <para>The Properties Grid within an End-User Designer.</para>
  3844. </summary>
  3845. </member>
  3846. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignPropertyGrid.#ctor">
  3847. <summary>
  3848. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPropertyGrid"/> class with the default settings.</para>
  3849. </summary>
  3850. </member>
  3851. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignPropertyGrid.XRDesignPanel">
  3852. <summary>
  3853. <para>Gets or sets the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object associated with the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPropertyGrid"/>.</para>
  3854. </summary>
  3855. <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object assigned to the current <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPropertyGrid"/> object.</value>
  3856. </member>
  3857. <member name="T:DevExpress.XtraReports.UserDesigner.XRDesignReportExplorer">
  3858. <summary>
  3859. <para>The Report Explorer within an End-User Designer.</para>
  3860. </summary>
  3861. </member>
  3862. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignReportExplorer.#ctor">
  3863. <summary>
  3864. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignReportExplorer"/> class with the default settings.</para>
  3865. </summary>
  3866. </member>
  3867. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignReportExplorer.XRDesignPanel">
  3868. <summary>
  3869. <para>Gets or sets the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object associated with the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignReportExplorer"/>.</para>
  3870. </summary>
  3871. <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object assigned to the current <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignReportExplorer"/> object.</value>
  3872. </member>
  3873. <member name="T:DevExpress.XtraReports.UserDesigner.XRDesignRibbonController">
  3874. <summary>
  3875. <para>Provides Ribbon pages to the End-User Report Designer.</para>
  3876. </summary>
  3877. </member>
  3878. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignRibbonController.#ctor">
  3879. <summary>
  3880. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignRibbonController"/> class with the default settings.</para>
  3881. </summary>
  3882. </member>
  3883. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignRibbonController.#ctor(System.ComponentModel.IContainer)">
  3884. <summary>
  3885. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignRibbonController"/> class with the specified container.</para>
  3886. </summary>
  3887. <param name="container">An object implementing the <see cref="T:System.ComponentModel.IContainer"/> interface.</param>
  3888. </member>
  3889. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignRibbonController.BeginInit">
  3890. <summary>
  3891. <para>For internal use. Starts the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignRibbonController"/>‘s initialization. Initialization occurs at runtime.</para>
  3892. </summary>
  3893. </member>
  3894. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignRibbonController.EndInit">
  3895. <summary>
  3896. <para>For internal use. Ends the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignRibbonController"/>‘s runtime initialization.</para>
  3897. </summary>
  3898. </member>
  3899. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignRibbonController.ImageCollection">
  3900. <summary>
  3901. <para>Gets the collection of images used in the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignRibbonController"/> UI.</para>
  3902. </summary>
  3903. <value>A <see cref="T:DevExpress.XtraPrinting.Preview.RibbonImageCollection"/> object.</value>
  3904. </member>
  3905. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignRibbonController.RegisterCommandHandler(DevExpress.XtraReports.UserDesigner.ICommandHandler)">
  3906. <summary>
  3907. <para>Registers the specified command handler.</para>
  3908. </summary>
  3909. <param name="commandHandler">An object implementing the <see cref="T:DevExpress.XtraReports.UserDesigner.ICommandHandler"/> interface, that represents the command handler.</param>
  3910. </member>
  3911. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignRibbonController.RibbonControl">
  3912. <summary>
  3913. <para>Gets or sets the <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> into which the Design Ribbon Controller embeds its tabs.</para>
  3914. </summary>
  3915. <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> object.</value>
  3916. </member>
  3917. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignRibbonController.UnregisterCommandHandler(DevExpress.XtraReports.UserDesigner.ICommandHandler)">
  3918. <summary>
  3919. <para>Unregisters the specified command handler.</para>
  3920. </summary>
  3921. <param name="commandHandler">An object implementing the <see cref="T:DevExpress.XtraReports.UserDesigner.ICommandHandler"/> interface, that represents the command handler.</param>
  3922. </member>
  3923. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignRibbonController.XRDesignDockManager">
  3924. <summary>
  3925. <para>Gets or sets the component used to create dock panels in the End-User Report Designer.</para>
  3926. </summary>
  3927. <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignDockManager"/> object.</value>
  3928. </member>
  3929. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignRibbonController.XRDesignPanel">
  3930. <summary>
  3931. <para>Gets or sets the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object associated with the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignRibbonController"/>.</para>
  3932. </summary>
  3933. <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object assigned to the current <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignRibbonController"/> object.</value>
  3934. </member>
  3935. <member name="T:DevExpress.XtraReports.UserDesigner.XRDesignRibbonForm">
  3936. <summary>
  3937. <para>The ribbon-based End-User Report Designer form.</para>
  3938. </summary>
  3939. </member>
  3940. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignRibbonForm.#ctor">
  3941. <summary>
  3942. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignRibbonForm"/> class with the default settings.</para>
  3943. </summary>
  3944. </member>
  3945. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignRibbonForm.ActiveDesignPanel">
  3946. <summary>
  3947. <para>Provides access to the currently active Design Panel of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignRibbonForm"/>.</para>
  3948. </summary>
  3949. <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object, representing the active Design Panel.</value>
  3950. </member>
  3951. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignRibbonForm.DesignDockManager">
  3952. <summary>
  3953. <para>Specifies the options of an <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignDockManager"/> object of a ribbon-based End-User Report Designer form.</para>
  3954. </summary>
  3955. <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignDockManager"/> object, containing dock panels of the End-User Designer.</value>
  3956. </member>
  3957. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignRibbonForm.DesignMdiController">
  3958. <summary>
  3959. <para>Gets the MDI (multi-document interface) Controller associated with the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignRibbonForm"/> instance.</para>
  3960. </summary>
  3961. <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignMdiController"/> object, which represents the MDI Controller associated with the form.</value>
  3962. </member>
  3963. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignRibbonForm.DesignRibbonController">
  3964. <summary>
  3965. <para>Gets the DesignRibbonController of the ribbon-based End-User Report Designer form.</para>
  3966. </summary>
  3967. <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignRibbonController"/> object, which represents the Design Ribbon Controller of the Ribbon End-User Designer form.</value>
  3968. </member>
  3969. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignRibbonForm.OpenReport(DevExpress.XtraReports.UI.XtraReport)">
  3970. <summary>
  3971. <para>Loads the specified report instance into the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignRibbonForm"/>.</para>
  3972. </summary>
  3973. <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object, or one of its descendants representing the report to be opened.</param>
  3974. </member>
  3975. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignRibbonForm.OpenReport(DevExpress.XtraReports.UI.XtraReport,DevExpress.LookAndFeel.UserLookAndFeel)">
  3976. <summary>
  3977. <para>Loads the specified report instance into the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignRibbonForm"/> with the specified look and feel settings.</para>
  3978. </summary>
  3979. <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object, or one of its descendants representing the report to be opened.</param>
  3980. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object which specifies the look and feel settings applied to the Ribbon End-User Designer form.</param>
  3981. </member>
  3982. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignRibbonForm.OpenReport(System.String)">
  3983. <summary>
  3984. <para>Loads the report definition from the specified REPX file and opens it in the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignRibbonForm"/>.</para>
  3985. </summary>
  3986. <param name="fileName">A <see cref="T:System.String"/> representing the full path to the report file (.REPX) to be opened.</param>
  3987. </member>
  3988. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignRibbonForm.OpenReport(System.String,DevExpress.LookAndFeel.UserLookAndFeel)">
  3989. <summary>
  3990. <para>Loads the report definition from the specified REPX file and opens it in the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignRibbonForm"/> with the specified look and feel settings.</para>
  3991. </summary>
  3992. <param name="fileName">A <see cref="T:System.String"/> representing the full path to the report file (.REPX) to be opened.</param>
  3993. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object, which specifies the look and feel settings applied to the Ribbon End-User Designer form.</param>
  3994. </member>
  3995. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignRibbonForm.RibbonControl">
  3996. <summary>
  3997. <para>Gets the RibbonControl of the ribbon-based End-User Report Designer form.</para>
  3998. </summary>
  3999. <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> object, which represents the Ribbon Control of the Ribbon End-User Designer form.</value>
  4000. </member>
  4001. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignRibbonForm.RibbonStatusBar">
  4002. <summary>
  4003. <para>Gets the RibbonStatusBar of the ribbon-based End-User Report Designer form.</para>
  4004. </summary>
  4005. <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonStatusBar"/> object, which represents the Ribbon Status Bar of the Ribbon End-User Designer form.</value>
  4006. </member>
  4007. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignRibbonForm.SaveState">
  4008. <summary>
  4009. <para>Specifies whether the form’s window and panel size, position and zoom settings are saved to the Windows registry.</para>
  4010. </summary>
  4011. <value>true, if the Design Form settings are saved in the Windows registry; otherwise, false.</value>
  4012. </member>
  4013. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignRibbonForm.SetWindowVisibility(DevExpress.XtraReports.UserDesigner.DesignDockPanelType,System.Boolean)">
  4014. <summary>
  4015. <para>Sets the visibility of dock panels in the ribbon-based End-User Report Designer form.</para>
  4016. </summary>
  4017. <param name="designDockPanels">A <see cref="T:DevExpress.XtraReports.UserDesigner.DesignDockPanelType"/> enumeration value, identifying the dock panel(s) of the End-User Designer.</param>
  4018. <param name="visible">true to display the dock panel(s); otherwise, false.</param>
  4019. </member>
  4020. <member name="T:DevExpress.XtraReports.UserDesigner.XRDesignRibbonFormEx">
  4021. <summary>
  4022. <para>For internal use. Represents a Ribbon End-User Designer form.</para>
  4023. </summary>
  4024. </member>
  4025. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignRibbonFormEx.#ctor">
  4026. <summary>
  4027. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignRibbonFormEx"/> class with the default settings.</para>
  4028. </summary>
  4029. </member>
  4030. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignRibbonFormEx.DesignRibbonController">
  4031. <summary>
  4032. <para>Gets the DesignRibbonController of the Ribbon End-User Designer form.</para>
  4033. </summary>
  4034. <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignRibbonController"/> object, which represents the Design Ribbon Controller of the Ribbon End-User Designer form.</value>
  4035. </member>
  4036. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignRibbonFormEx.RibbonControl">
  4037. <summary>
  4038. <para>Gets the RibbonControl of the ribbon-based End-User Report Designer form.</para>
  4039. </summary>
  4040. <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonControl"/> object, which represents the Ribbon Control of the Ribbon End-User Designer form.</value>
  4041. </member>
  4042. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignRibbonFormEx.RibbonStatusBar">
  4043. <summary>
  4044. <para>Gets the RibbonStatusBar of the ribbon-based End-User Report Designer form.</para>
  4045. </summary>
  4046. <value>A <see cref="T:DevExpress.XtraBars.Ribbon.RibbonStatusBar"/> object, which represents the Ribbon Status Bar of the Ribbon End-User Designer form.</value>
  4047. </member>
  4048. <member name="T:DevExpress.XtraReports.UserDesigner.XRDesignToolBox">
  4049. <summary>
  4050. <para>The Toolbox within an End-User Designer.</para>
  4051. </summary>
  4052. </member>
  4053. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignToolBox.#ctor">
  4054. <summary>
  4055. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignToolBox"/> class with the default settings.</para>
  4056. </summary>
  4057. </member>
  4058. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignToolBox.GroupsStyle">
  4059. <summary>
  4060. <para>Gets or sets the style for presenting the groups’ contents.</para>
  4061. </summary>
  4062. <value>A <see cref="T:DevExpress.XtraNavBar.NavBarGroupStyle"/> value specifying how the groups’ contents are presented.</value>
  4063. </member>
  4064. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignToolBox.SmallImages">
  4065. <summary>
  4066. <para>Gets or sets an object which serves as the source of the small images used in the toolbox.</para>
  4067. </summary>
  4068. <value>A <see cref="T:System.Windows.Forms.ImageList"/> object which represents the source of the small images.</value>
  4069. </member>
  4070. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignToolBox.XRDesignPanel">
  4071. <summary>
  4072. <para>Gets or sets the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object associated with the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignToolBox"/>.</para>
  4073. </summary>
  4074. <value>An <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignPanel"/> object, specifying the Design Panel assigned to the current <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignToolBox"/> object.</value>
  4075. </member>
  4076. <member name="T:DevExpress.XtraReports.UserDesigner.XRDesignToolBoxControl">
  4077. <summary />
  4078. </member>
  4079. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignToolBoxControl.#ctor(System.Int32)">
  4080. <summary>
  4081. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignToolBoxControl"/> class with specified settings.</para>
  4082. </summary>
  4083. <param name="columnsCount"></param>
  4084. </member>
  4085. <member name="E:DevExpress.XtraReports.UserDesigner.XRDesignToolBoxControl.DpiChanged">
  4086. <summary />
  4087. </member>
  4088. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignToolBoxControl.XRDesignPanel">
  4089. <summary />
  4090. <value></value>
  4091. </member>
  4092. <member name="T:DevExpress.XtraReports.UserDesigner.XRDesignToolboxItemsViewInfo">
  4093. <summary />
  4094. </member>
  4095. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignToolboxItemsViewInfo.#ctor(DevExpress.XtraToolbox.ToolboxViewInfo)">
  4096. <summary>
  4097. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignToolboxItemsViewInfo"/> class with specified settings.</para>
  4098. </summary>
  4099. <param name="info"></param>
  4100. </member>
  4101. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignToolboxItemsViewInfo.CanClearSelectedElements">
  4102. <summary />
  4103. <value></value>
  4104. </member>
  4105. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignToolboxItemsViewInfo.ViewInfo">
  4106. <summary />
  4107. <value></value>
  4108. </member>
  4109. <member name="T:DevExpress.XtraReports.UserDesigner.XRDesignToolboxViewInfo">
  4110. <summary />
  4111. </member>
  4112. <member name="M:DevExpress.XtraReports.UserDesigner.XRDesignToolboxViewInfo.#ctor(DevExpress.XtraToolbox.ToolboxControl)">
  4113. <summary>
  4114. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRDesignToolboxViewInfo"/> class with specified settings.</para>
  4115. </summary>
  4116. <param name="owner"></param>
  4117. </member>
  4118. <member name="P:DevExpress.XtraReports.UserDesigner.XRDesignToolboxViewInfo.Toolbox">
  4119. <summary />
  4120. <value></value>
  4121. </member>
  4122. <member name="T:DevExpress.XtraReports.UserDesigner.XRDialogRunner">
  4123. <summary>
  4124. <para>Enables you to show report-specific dialogs.</para>
  4125. </summary>
  4126. </member>
  4127. <member name="M:DevExpress.XtraReports.UserDesigner.XRDialogRunner.ShowFilterStringEditorDialog(DevExpress.XtraReports.UI.XtraReportBase,System.Windows.Forms.IWin32Window)">
  4128. <summary>
  4129. <para>Shows the FilterString Editor.</para>
  4130. </summary>
  4131. <param name="report">The report to apply the FilterString to</param>
  4132. <param name="owner">The owner window</param>
  4133. <returns>OK, to apply the resulting FilterString; Cancel otherwise</returns>
  4134. </member>
  4135. <member name="T:DevExpress.XtraReports.UserDesigner.XRTabbedMdiManager">
  4136. <summary>
  4137. <para>A component that provides the multiple document interface (MDI) child forms that are parented to the form.</para>
  4138. </summary>
  4139. </member>
  4140. <member name="M:DevExpress.XtraReports.UserDesigner.XRTabbedMdiManager.#ctor">
  4141. <summary>
  4142. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRTabbedMdiManager"/> class with the default settings.</para>
  4143. </summary>
  4144. </member>
  4145. <member name="M:DevExpress.XtraReports.UserDesigner.XRTabbedMdiManager.#ctor(System.ComponentModel.IContainer)">
  4146. <summary>
  4147. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRTabbedMdiManager"/> class with the specified container.</para>
  4148. </summary>
  4149. <param name="container">An object implementing the <see cref="T:System.ComponentModel.IContainer"/> interface.</param>
  4150. </member>
  4151. <member name="E:DevExpress.XtraReports.UserDesigner.XRTabbedMdiManager.AnyDocumentActivated">
  4152. <summary>
  4153. <para>Occurs after any of the documents contained in the <see cref="T:DevExpress.XtraReports.UserDesigner.XRTabbedMdiManager"/> is activated.</para>
  4154. </summary>
  4155. </member>
  4156. <member name="T:DevExpress.XtraReports.UserDesigner.XRToolBoxPanel">
  4157. <summary />
  4158. </member>
  4159. <member name="M:DevExpress.XtraReports.UserDesigner.XRToolBoxPanel.#ctor">
  4160. <summary>
  4161. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRToolBoxPanel"/> class.</para>
  4162. </summary>
  4163. </member>
  4164. <member name="M:DevExpress.XtraReports.UserDesigner.XRToolBoxPanel.Create(System.Windows.Forms.Control,DevExpress.XtraReports.UserDesigner.XRDesignPanel,DevExpress.XtraReports.UserDesigner.XRDesignDockManager)">
  4165. <summary />
  4166. <param name="parent"></param>
  4167. <param name="designPanel"></param>
  4168. <param name="xRDesignDockManager"></param>
  4169. </member>
  4170. <member name="P:DevExpress.XtraReports.UserDesigner.XRToolBoxPanel.DesignPanel">
  4171. <summary />
  4172. <value></value>
  4173. </member>
  4174. <member name="P:DevExpress.XtraReports.UserDesigner.XRToolBoxPanel.ExpandButton">
  4175. <summary />
  4176. <value></value>
  4177. </member>
  4178. <member name="M:DevExpress.XtraReports.UserDesigner.XRToolBoxPanel.FindToolbox(System.Windows.Forms.Control)">
  4179. <summary />
  4180. <param name="parent"></param>
  4181. <returns></returns>
  4182. </member>
  4183. <member name="P:DevExpress.XtraReports.UserDesigner.XRToolBoxPanel.ToolBoxControl">
  4184. <summary />
  4185. <value></value>
  4186. </member>
  4187. <member name="P:DevExpress.XtraReports.UserDesigner.XRToolBoxPanel.ToolBoxState">
  4188. <summary />
  4189. <value></value>
  4190. </member>
  4191. <member name="T:DevExpress.XtraReports.UserDesigner.XRToolBoxUserControl">
  4192. <summary />
  4193. </member>
  4194. <member name="M:DevExpress.XtraReports.UserDesigner.XRToolBoxUserControl.#ctor">
  4195. <summary>
  4196. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.UserDesigner.XRToolBoxUserControl"/> class.</para>
  4197. </summary>
  4198. </member>
  4199. <member name="M:DevExpress.XtraReports.UserDesigner.XRToolBoxUserControl.AddButton(System.Windows.Forms.Control)">
  4200. <summary />
  4201. <param name="button"></param>
  4202. </member>
  4203. <member name="M:DevExpress.XtraReports.UserDesigner.XRToolBoxUserControl.AddContent(System.Windows.Forms.Control)">
  4204. <summary />
  4205. <param name="content"></param>
  4206. </member>
  4207. <member name="M:DevExpress.XtraReports.UserDesigner.XRToolBoxUserControl.CalculateWidth(System.Int32)">
  4208. <summary />
  4209. <param name="width"></param>
  4210. <returns></returns>
  4211. </member>
  4212. <member name="N:DevExpress.XtraReports.Wizards">
  4213. <summary>
  4214. <para>Contains classes and interfaces that enable Report Wizard customization.</para>
  4215. </summary>
  4216. </member>
  4217. <member name="N:DevExpress.XtraReports.Wizards.Builder">
  4218. <summary>
  4219. <para>Contains the <see cref="T:DevExpress.XtraReports.Wizards.Builder.XtraWizardReportBuilder"/> class that is used to generate a report based on the report model settings accumulated while running the Report Wizard.</para>
  4220. </summary>
  4221. </member>
  4222. <member name="T:DevExpress.XtraReports.Wizards.Builder.XtraWizardReportBuilder">
  4223. <summary>
  4224. <para>Generates a report based on the report model settings accumulated while running the Report Wizard.</para>
  4225. </summary>
  4226. </member>
  4227. <member name="M:DevExpress.XtraReports.Wizards.Builder.XtraWizardReportBuilder.#ctor(System.ComponentModel.Design.IDesignerHost,System.Object,System.String)">
  4228. <summary>
  4229. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards.Builder.XtraWizardReportBuilder"/> class with the specified settings.</para>
  4230. </summary>
  4231. <param name="designerHost">An object implementing the <see cref="T:System.ComponentModel.Design.IDesignerHost"/> interface that is used to manage designer transactions and components.</param>
  4232. <param name="dataSource">A <see cref="T:System.Object"/> value, specifying the report data source.</param>
  4233. <param name="dataMember">A <see cref="T:System.String"/> value, specifying the report data member.</param>
  4234. </member>
  4235. <member name="M:DevExpress.XtraReports.Wizards.Builder.XtraWizardReportBuilder.Build(DevExpress.XtraReports.UI.XtraReport,DevExpress.XtraReports.Wizards.ReportModel)">
  4236. <summary />
  4237. <param name="report"></param>
  4238. <param name="model"></param>
  4239. </member>
  4240. <member name="T:DevExpress.XtraReports.Wizards.IWizardCustomizationService">
  4241. <summary>
  4242. <para>If implemented, enables customization of the Report Wizard pages in WinForms and WPF applications.</para>
  4243. </summary>
  4244. </member>
  4245. <member name="M:DevExpress.XtraReports.Wizards.IWizardCustomizationService.CustomizeDataSourceWizard(DevExpress.DataAccess.UI.Wizard.IWizardCustomization{DevExpress.XtraReports.Wizards.XtraReportModel})">
  4246. <summary>
  4247. <para>Enables customization of the Data Source Wizard pages.</para>
  4248. </summary>
  4249. <param name="tool">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1"/> interface, specifying the <see cref="T:DevExpress.XtraReports.Wizards.XtraReportModel"/>.</param>
  4250. </member>
  4251. <member name="M:DevExpress.XtraReports.Wizards.IWizardCustomizationService.CustomizeReportWizard(DevExpress.DataAccess.UI.Wizard.IWizardCustomization{DevExpress.XtraReports.Wizards.XtraReportModel})">
  4252. <summary>
  4253. <para>Enables customization of the Report Wizard pages.</para>
  4254. </summary>
  4255. <param name="tool">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1"/> interface, specifying the <see cref="T:DevExpress.XtraReports.Wizards.XtraReportModel"/>.</param>
  4256. </member>
  4257. <member name="M:DevExpress.XtraReports.Wizards.IWizardCustomizationService.TryCreateDataSource(DevExpress.DataAccess.Wizard.Model.IDataSourceModel,System.Object@,System.String@)">
  4258. <summary>
  4259. <para>Creates a new report data source with the specified settings.</para>
  4260. </summary>
  4261. <param name="model">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Model.IDataSourceModel"/> interface.</param>
  4262. <param name="dataSource">A <see cref="T:System.Object"/> value, specifying the data source.</param>
  4263. <param name="dataMember">A <see cref="T:System.String"/> value, specifying the data member.</param>
  4264. <returns>true, if the data source has been created; otherwise, false.</returns>
  4265. </member>
  4266. <member name="M:DevExpress.XtraReports.Wizards.IWizardCustomizationService.TryCreateReport(System.ComponentModel.Design.IDesignerHost,DevExpress.XtraReports.Wizards.XtraReportModel,System.Object,System.String)">
  4267. <summary>
  4268. <para>Creates a new report with the specified settings.</para>
  4269. </summary>
  4270. <param name="designerHost">An object implementing the <see cref="T:System.ComponentModel.Design.IDesignerHost"/> interface that is used to manage designer transactions and components.</param>
  4271. <param name="model">An <see cref="T:DevExpress.XtraReports.Wizards.XtraReportModel"/> object.</param>
  4272. <param name="dataSource">A <see cref="T:System.Object"/> value, specifying the data source.</param>
  4273. <param name="dataMember">A <see cref="T:System.String"/> value, specifying the data member.</param>
  4274. <returns>true, if the report has been created; otherwise, false.</returns>
  4275. </member>
  4276. <member name="N:DevExpress.XtraReports.Wizards.Views">
  4277. <summary>
  4278. <para>Contains classes and interfaces that provide functionality to the Report Wizard page views.</para>
  4279. </summary>
  4280. </member>
  4281. <member name="T:DevExpress.XtraReports.Wizards.Views.AddGroupingLevelPageView">
  4282. <summary>
  4283. <para>Provides a view for the Add Grouping Levels (Multi-Query Version) page of the Report Wizard in WinForms applications.</para>
  4284. </summary>
  4285. </member>
  4286. <member name="M:DevExpress.XtraReports.Wizards.Views.AddGroupingLevelPageView.#ctor">
  4287. <summary>
  4288. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards.Views.AddGroupingLevelPageView"/> class with the default settings.</para>
  4289. </summary>
  4290. </member>
  4291. <member name="E:DevExpress.XtraReports.Wizards.Views.AddGroupingLevelPageView.ActiveAvailableColumnsChanged">
  4292. <summary>
  4293. <para>Occurs when the active record in the list of the available columns is changed.</para>
  4294. </summary>
  4295. </member>
  4296. <member name="E:DevExpress.XtraReports.Wizards.Views.AddGroupingLevelPageView.ActiveGroupingLevelChanged">
  4297. <summary>
  4298. <para>Occurs when the active record in the list of grouping levels is changed.</para>
  4299. </summary>
  4300. </member>
  4301. <member name="E:DevExpress.XtraReports.Wizards.Views.AddGroupingLevelPageView.AddGroupingLevelClicked">
  4302. <summary>
  4303. <para>Occurs when the Add Grouping Level button is clicked on a wizard page.</para>
  4304. </summary>
  4305. </member>
  4306. <member name="E:DevExpress.XtraReports.Wizards.Views.AddGroupingLevelPageView.CombineGroupingLevelClicked">
  4307. <summary>
  4308. <para>Occurs when the Combine Grouping Level button is clicked on a wizard page.</para>
  4309. </summary>
  4310. </member>
  4311. <member name="M:DevExpress.XtraReports.Wizards.Views.AddGroupingLevelPageView.EnableAddGroupingLevelButton(System.Boolean)">
  4312. <summary>
  4313. <para>Activates or deactivates the Add Grouping Level button on a wizard page.</para>
  4314. </summary>
  4315. <param name="enable">true to activate the button; otherwise false.</param>
  4316. </member>
  4317. <member name="M:DevExpress.XtraReports.Wizards.Views.AddGroupingLevelPageView.EnableCombineGroupingLevelButton(System.Boolean)">
  4318. <summary>
  4319. <para>Activates or deactivates the Combine Grouping Level button on a wizard page.</para>
  4320. </summary>
  4321. <param name="enable">true to activate the button; otherwise false.</param>
  4322. </member>
  4323. <member name="M:DevExpress.XtraReports.Wizards.Views.AddGroupingLevelPageView.EnableGroupingLevelDown(System.Boolean)">
  4324. <summary>
  4325. <para>Activates or deactivates the Move Grouping Level Down button on a wizard page.</para>
  4326. </summary>
  4327. <param name="enable">true to activate the button; otherwise false.</param>
  4328. </member>
  4329. <member name="M:DevExpress.XtraReports.Wizards.Views.AddGroupingLevelPageView.EnableGroupingLevelUp(System.Boolean)">
  4330. <summary>
  4331. <para>Activates or deactivates the Move Grouping Level Up button on a wizard page.</para>
  4332. </summary>
  4333. <param name="enable">true to activate the button; otherwise false.</param>
  4334. </member>
  4335. <member name="M:DevExpress.XtraReports.Wizards.Views.AddGroupingLevelPageView.EnableRemoveGroupingLevelButton(System.Boolean)">
  4336. <summary>
  4337. <para>Activates or deactivates the Remove Grouping Level button on a wizard page.</para>
  4338. </summary>
  4339. <param name="enable">true to activate the button; otherwise false.</param>
  4340. </member>
  4341. <member name="M:DevExpress.XtraReports.Wizards.Views.AddGroupingLevelPageView.FillAvailableColumns(DevExpress.Data.XtraReports.DataProviders.ColumnInfo[])">
  4342. <summary>
  4343. <para>Populates the list of available columns.</para>
  4344. </summary>
  4345. <param name="columns">An array of <see cref="T:DevExpress.Data.XtraReports.DataProviders.ColumnInfo"/> objects.</param>
  4346. </member>
  4347. <member name="M:DevExpress.XtraReports.Wizards.Views.AddGroupingLevelPageView.FillGroupingLevels(DevExpress.XtraReports.Wizards.GroupingLevelInfo[])">
  4348. <summary>
  4349. <para>Populates the list of grouping levels.</para>
  4350. </summary>
  4351. <param name="groupingLevels">An array of <see cref="T:DevExpress.XtraReports.Wizards.GroupingLevelInfo"/> objects.</param>
  4352. </member>
  4353. <member name="M:DevExpress.XtraReports.Wizards.Views.AddGroupingLevelPageView.GetActiveAvailableColumns">
  4354. <summary>
  4355. <para>Gets an array of records selected in the list of available columns.</para>
  4356. </summary>
  4357. <returns>An array of <see cref="T:DevExpress.Data.XtraReports.DataProviders.ColumnInfo"/> objects.</returns>
  4358. </member>
  4359. <member name="M:DevExpress.XtraReports.Wizards.Views.AddGroupingLevelPageView.GetActiveGroupingLevel">
  4360. <summary>
  4361. <para>Gets the record selected in the list of grouping levels.</para>
  4362. </summary>
  4363. <returns>A <see cref="T:DevExpress.XtraReports.Wizards.GroupingLevelInfo"/> object.</returns>
  4364. </member>
  4365. <member name="E:DevExpress.XtraReports.Wizards.Views.AddGroupingLevelPageView.GroupingLevelDownClicked">
  4366. <summary>
  4367. <para>Occurs when the Move Grouping Level Down button is clicked on a wizard page.</para>
  4368. </summary>
  4369. </member>
  4370. <member name="E:DevExpress.XtraReports.Wizards.Views.AddGroupingLevelPageView.GroupingLevelUpClicked">
  4371. <summary>
  4372. <para>Occurs when the Move Grouping Level Up button is clicked on a wizard page.</para>
  4373. </summary>
  4374. </member>
  4375. <member name="P:DevExpress.XtraReports.Wizards.Views.AddGroupingLevelPageView.HeaderDescription">
  4376. <summary>
  4377. <para>Specifies the description of the current wizard page.</para>
  4378. </summary>
  4379. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  4380. </member>
  4381. <member name="E:DevExpress.XtraReports.Wizards.Views.AddGroupingLevelPageView.RemoveGroupingLevelClicked">
  4382. <summary>
  4383. <para>Occurs when the Remove Grouping Level button is clicked on a wizard page.</para>
  4384. </summary>
  4385. </member>
  4386. <member name="M:DevExpress.XtraReports.Wizards.Views.AddGroupingLevelPageView.SetActiveGroupingLevel(DevExpress.XtraReports.Wizards.GroupingLevelInfo)">
  4387. <summary>
  4388. <para>Changes the active record in the list of grouping levels.</para>
  4389. </summary>
  4390. <param name="groupingLevel">A <see cref="T:DevExpress.XtraReports.Wizards.GroupingLevelInfo"/> object.</param>
  4391. </member>
  4392. <member name="M:DevExpress.XtraReports.Wizards.Views.AddGroupingLevelPageView.ShowWaitIndicator(System.Boolean)">
  4393. <summary>
  4394. <para>Shows or hides the wait indicator on a wizard page.</para>
  4395. </summary>
  4396. <param name="show">true to show the wait indicator; otherwise false.</param>
  4397. </member>
  4398. <member name="T:DevExpress.XtraReports.Wizards.Views.ChooseObjectConstructorPageViewEx">
  4399. <summary>
  4400. <para>Provides a view for the Select a Data Source Constructor page of the Report Wizard in WinForms applications.</para>
  4401. </summary>
  4402. </member>
  4403. <member name="M:DevExpress.XtraReports.Wizards.Views.ChooseObjectConstructorPageViewEx.#ctor">
  4404. <summary>
  4405. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards.Views.ChooseObjectConstructorPageViewEx"/> class with the default settings.</para>
  4406. </summary>
  4407. </member>
  4408. <member name="T:DevExpress.XtraReports.Wizards.Views.ChooseReportColorSchemePageView">
  4409. <summary>
  4410. <para>Provides a view for the Choose a Report Color Scheme page of the Report Wizard in WinForms applications.</para>
  4411. </summary>
  4412. </member>
  4413. <member name="M:DevExpress.XtraReports.Wizards.Views.ChooseReportColorSchemePageView.#ctor">
  4414. <summary>
  4415. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards.Views.ChooseReportColorSchemePageView"/> class with the default settings.</para>
  4416. </summary>
  4417. </member>
  4418. <member name="P:DevExpress.XtraReports.Wizards.Views.ChooseReportColorSchemePageView.ColorScheme">
  4419. <summary>
  4420. <para>Specifies the selected color scheme.</para>
  4421. </summary>
  4422. <value>A <see cref="T:DevExpress.XtraReports.Wizards.ColorSchemes.ColorScheme"/> object that specifies the selected color scheme.</value>
  4423. </member>
  4424. <member name="E:DevExpress.XtraReports.Wizards.Views.ChooseReportColorSchemePageView.ColorSchemeChanged">
  4425. <summary>
  4426. <para>Occurs when the active color scheme is changed.</para>
  4427. </summary>
  4428. </member>
  4429. <member name="M:DevExpress.XtraReports.Wizards.Views.ChooseReportColorSchemePageView.FillColorSchemes(System.Collections.Generic.IEnumerable{DevExpress.XtraReports.Wizards.ColorSchemes.ColorScheme})">
  4430. <summary>
  4431. <para>Populates the list of available color schemes.</para>
  4432. </summary>
  4433. <param name="colorSchemes">A collection of <see cref="T:DevExpress.XtraReports.Wizards.ColorSchemes.ColorScheme"/> objects.</param>
  4434. </member>
  4435. <member name="P:DevExpress.XtraReports.Wizards.Views.ChooseReportColorSchemePageView.HeaderDescription">
  4436. <summary>
  4437. <para>Specifies the description of the current wizard page.</para>
  4438. </summary>
  4439. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  4440. </member>
  4441. <member name="T:DevExpress.XtraReports.Wizards.Views.ChooseReportDataSourceTypePageViewEx">
  4442. <summary />
  4443. </member>
  4444. <member name="M:DevExpress.XtraReports.Wizards.Views.ChooseReportDataSourceTypePageViewEx.#ctor">
  4445. <summary />
  4446. </member>
  4447. <member name="M:DevExpress.XtraReports.Wizards.Views.ChooseReportDataSourceTypePageViewEx.#ctor(DevExpress.DataAccess.Wizard.Services.DataSourceTypes)">
  4448. <summary />
  4449. <param name="dataSourceTypes"></param>
  4450. </member>
  4451. <member name="T:DevExpress.XtraReports.Wizards.Views.ChooseReportLayoutPageView">
  4452. <summary>
  4453. <para>Provides a view for the Choose a Report Layout page of the Report Wizard in WinForms applications.</para>
  4454. </summary>
  4455. </member>
  4456. <member name="M:DevExpress.XtraReports.Wizards.Views.ChooseReportLayoutPageView.#ctor">
  4457. <summary>
  4458. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards.Views.ChooseReportLayoutPageView"/> class with the default settings.</para>
  4459. </summary>
  4460. </member>
  4461. <member name="P:DevExpress.XtraReports.Wizards.Views.ChooseReportLayoutPageView.AdjustFieldWidth">
  4462. <summary>
  4463. <para>Specifies the state of the Adjust the field width check box.</para>
  4464. </summary>
  4465. <value>true, to activate the check box; otherwise, false.</value>
  4466. </member>
  4467. <member name="P:DevExpress.XtraReports.Wizards.Views.ChooseReportLayoutPageView.HeaderDescription">
  4468. <summary>
  4469. <para>Specifies the description of the current wizard page.</para>
  4470. </summary>
  4471. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  4472. </member>
  4473. <member name="P:DevExpress.XtraReports.Wizards.Views.ChooseReportLayoutPageView.IsGroupedReport">
  4474. <summary>
  4475. <para>Specifies whether or not the report contains groups.</para>
  4476. </summary>
  4477. <value>true, if the report is grouped; otherwise, false.</value>
  4478. </member>
  4479. <member name="P:DevExpress.XtraReports.Wizards.Views.ChooseReportLayoutPageView.Portrait">
  4480. <summary>
  4481. <para>Specifies the state of the Portrait and Landscape radio buttons.</para>
  4482. </summary>
  4483. <value>true if the Portrait radio button is active; false if the Landscape radio button is active.</value>
  4484. </member>
  4485. <member name="P:DevExpress.XtraReports.Wizards.Views.ChooseReportLayoutPageView.ReportLayout">
  4486. <summary>
  4487. <para>Specifies the selected report layout.</para>
  4488. </summary>
  4489. <value>A <see cref="T:DevExpress.XtraReports.Wizards.ReportLayout"/> enumeration value.</value>
  4490. </member>
  4491. <member name="T:DevExpress.XtraReports.Wizards.Views.ChooseReportStylePageView">
  4492. <summary>
  4493. <para>Provides a view for the Choose a Report Style page of the Report Wizard in WinForms applications.</para>
  4494. </summary>
  4495. </member>
  4496. <member name="M:DevExpress.XtraReports.Wizards.Views.ChooseReportStylePageView.#ctor">
  4497. <summary>
  4498. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards.Views.ChooseReportStylePageView"/> class with the default settings.</para>
  4499. </summary>
  4500. </member>
  4501. <member name="P:DevExpress.XtraReports.Wizards.Views.ChooseReportStylePageView.HeaderDescription">
  4502. <summary>
  4503. <para>Specifies the description of the current wizard page.</para>
  4504. </summary>
  4505. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  4506. </member>
  4507. <member name="P:DevExpress.XtraReports.Wizards.Views.ChooseReportStylePageView.ReportStyleId">
  4508. <summary>
  4509. <para>Specifies the report visual style.</para>
  4510. </summary>
  4511. <value>A <see cref="T:DevExpress.XtraReports.Wizards.ReportStyleId"/> enumeration value.</value>
  4512. </member>
  4513. <member name="T:DevExpress.XtraReports.Wizards.Views.ChooseReportTemplatePageView">
  4514. <summary>
  4515. <para>Provides a view for the Choose a Report Template page of the Report Wizard in WinForms applications.</para>
  4516. </summary>
  4517. </member>
  4518. <member name="M:DevExpress.XtraReports.Wizards.Views.ChooseReportTemplatePageView.#ctor">
  4519. <summary>
  4520. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards.Views.ChooseReportTemplatePageView"/> class with the default settings.</para>
  4521. </summary>
  4522. </member>
  4523. <member name="M:DevExpress.XtraReports.Wizards.Views.ChooseReportTemplatePageView.FillTemplates(System.Collections.Generic.IEnumerable{DevExpress.XtraReports.Wizards.Templates.TemplateInfo})">
  4524. <summary>
  4525. <para>Populates the list of available templates.</para>
  4526. </summary>
  4527. <param name="templates">A collection of <see cref="T:DevExpress.XtraReports.Wizards.Templates.TemplateInfo"/> objects.</param>
  4528. </member>
  4529. <member name="P:DevExpress.XtraReports.Wizards.Views.ChooseReportTemplatePageView.HeaderDescription">
  4530. <summary>
  4531. <para>Specifies the description of the current wizard page.</para>
  4532. </summary>
  4533. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  4534. </member>
  4535. <member name="P:DevExpress.XtraReports.Wizards.Views.ChooseReportTemplatePageView.TemplateReportType">
  4536. <summary>
  4537. <para>Specifies the selected template report type.</para>
  4538. </summary>
  4539. <value>A <see cref="T:System.Type"/> object.</value>
  4540. </member>
  4541. <member name="T:DevExpress.XtraReports.Wizards.Views.ChooseReportTypePageView">
  4542. <summary>
  4543. <para>Provides a view for the Choose a Report Type page of the Report Wizard.</para>
  4544. </summary>
  4545. </member>
  4546. <member name="M:DevExpress.XtraReports.Wizards.Views.ChooseReportTypePageView.#ctor">
  4547. <summary>
  4548. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards.Views.ChooseReportTypePageView"/> class with the default settings.</para>
  4549. </summary>
  4550. </member>
  4551. <member name="P:DevExpress.XtraReports.Wizards.Views.ChooseReportTypePageView.HeaderDescription">
  4552. <summary>
  4553. <para>Specifies the description of the current wizard page.</para>
  4554. </summary>
  4555. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  4556. </member>
  4557. <member name="P:DevExpress.XtraReports.Wizards.Views.ChooseReportTypePageView.ReportType">
  4558. <summary>
  4559. <para>If implemented, specifies the selected report type.</para>
  4560. </summary>
  4561. <value>A <see cref="T:DevExpress.XtraReports.Wizards.ReportType"/> enumeration value.</value>
  4562. </member>
  4563. <member name="E:DevExpress.XtraReports.Wizards.Views.ChooseReportTypePageView.ReportTypeChanged">
  4564. <summary>
  4565. <para>Occurs when the report type selected on a wizard page is changed.</para>
  4566. </summary>
  4567. </member>
  4568. <member name="T:DevExpress.XtraReports.Wizards.Views.ChooseSummaryOptionsPageView">
  4569. <summary>
  4570. <para>Provides a view for the Specify Summary Options (Multi-Query Version) page of the Report Wizard in WinForms applications.</para>
  4571. </summary>
  4572. </member>
  4573. <member name="M:DevExpress.XtraReports.Wizards.Views.ChooseSummaryOptionsPageView.#ctor">
  4574. <summary>
  4575. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards.Views.ChooseSummaryOptionsPageView"/> class with the default settings.</para>
  4576. </summary>
  4577. </member>
  4578. <member name="M:DevExpress.XtraReports.Wizards.Views.ChooseSummaryOptionsPageView.FillSummaryOptions(DevExpress.XtraReports.Wizards.ColumnInfoSummaryOptions[])">
  4579. <summary>
  4580. <para>Fills the summary options check boxes on the Specify Summary Options (Multi-Query Version) page of the Report Wizard.</para>
  4581. </summary>
  4582. <param name="summaryOptions">An array of <see cref="T:DevExpress.XtraReports.Wizards.ColumnInfoSummaryOptions"/> objects that contain information required to calculate summary functions.</param>
  4583. </member>
  4584. <member name="P:DevExpress.XtraReports.Wizards.Views.ChooseSummaryOptionsPageView.HeaderDescription">
  4585. <summary>
  4586. <para>Specifies the description of the current wizard page.</para>
  4587. </summary>
  4588. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  4589. </member>
  4590. <member name="P:DevExpress.XtraReports.Wizards.Views.ChooseSummaryOptionsPageView.IgnoreNullValues">
  4591. <summary>
  4592. <para>Specifies the state of the Ignore null values check box.</para>
  4593. </summary>
  4594. <value>true to activate the check box; otherwise false.</value>
  4595. </member>
  4596. <member name="M:DevExpress.XtraReports.Wizards.Views.ChooseSummaryOptionsPageView.ShowWaitIndicator(System.Boolean)">
  4597. <summary>
  4598. <para>Shows or hides the wait indicator on a wizard page.</para>
  4599. </summary>
  4600. <param name="show">true to show the wait indicator; otherwise false.</param>
  4601. </member>
  4602. <member name="T:DevExpress.XtraReports.Wizards.Views.ConfigureCrossTabPageView">
  4603. <summary />
  4604. </member>
  4605. <member name="M:DevExpress.XtraReports.Wizards.Views.ConfigureCrossTabPageView.#ctor">
  4606. <summary />
  4607. </member>
  4608. <member name="M:DevExpress.XtraReports.Wizards.Views.ConfigureCrossTabPageView.GetColumnFieldInfo">
  4609. <summary />
  4610. <returns></returns>
  4611. </member>
  4612. <member name="M:DevExpress.XtraReports.Wizards.Views.ConfigureCrossTabPageView.GetDataFieldInfo">
  4613. <summary />
  4614. <returns></returns>
  4615. </member>
  4616. <member name="M:DevExpress.XtraReports.Wizards.Views.ConfigureCrossTabPageView.GetRowFieldInfo">
  4617. <summary />
  4618. <returns></returns>
  4619. </member>
  4620. <member name="P:DevExpress.XtraReports.Wizards.Views.ConfigureCrossTabPageView.HeaderDescription">
  4621. <summary />
  4622. <value></value>
  4623. </member>
  4624. <member name="M:DevExpress.XtraReports.Wizards.Views.ConfigureCrossTabPageView.Initialize(System.Object,System.String,System.Collections.Generic.IEnumerable{DevExpress.XtraReports.Wizards.CrossTab.CrossTabFieldInfoBase})">
  4625. <summary />
  4626. <param name="dataSource"></param>
  4627. <param name="dataMember"></param>
  4628. <param name="fieldInfo"></param>
  4629. </member>
  4630. <member name="T:DevExpress.XtraReports.Wizards.Views.ConfigureReportPageSettingsPageView">
  4631. <summary>
  4632. <para>Provides a view for the Specify Report Page Settings page of the Report Wizard in WinForms applications.</para>
  4633. </summary>
  4634. </member>
  4635. <member name="M:DevExpress.XtraReports.Wizards.Views.ConfigureReportPageSettingsPageView.#ctor">
  4636. <summary>
  4637. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards.Views.ConfigureReportPageSettingsPageView"/> class with the default settings.</para>
  4638. </summary>
  4639. </member>
  4640. <member name="P:DevExpress.XtraReports.Wizards.Views.ConfigureReportPageSettingsPageView.BottomMargin">
  4641. <summary>
  4642. <para>Specifies the bottom margin of the report page, measured in the units defined by the <see cref="P:DevExpress.XtraReports.Wizards.Views.ConfigureReportPageSettingsPageView.Unit"/> property.</para>
  4643. </summary>
  4644. <value>A <see cref="T:System.Single"/> value that specifies the page’s bottom margin.</value>
  4645. </member>
  4646. <member name="P:DevExpress.XtraReports.Wizards.Views.ConfigureReportPageSettingsPageView.HeaderDescription">
  4647. <summary>
  4648. <para>Specifies the description of the current wizard page.</para>
  4649. </summary>
  4650. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  4651. </member>
  4652. <member name="M:DevExpress.XtraReports.Wizards.Views.ConfigureReportPageSettingsPageView.Initialize(System.Collections.Generic.IEnumerable{System.Drawing.Printing.PaperSize},System.Collections.Generic.IEnumerable{DevExpress.XtraReports.Wizards.GraphicsUnitInfo})">
  4653. <summary>
  4654. <para>Initializes a wizard page with the specified options.</para>
  4655. </summary>
  4656. <param name="paperSizes">A collection of <see cref="T:System.Drawing.Printing.PaperSize"/> objects that contains predefined sizes of the report’s pages.</param>
  4657. <param name="units">A collection of <see cref="T:DevExpress.XtraReports.Wizards.GraphicsUnitInfo"/> objects that contains available units of measurement.</param>
  4658. </member>
  4659. <member name="P:DevExpress.XtraReports.Wizards.Views.ConfigureReportPageSettingsPageView.Landscape">
  4660. <summary>
  4661. <para>Specifies whether or not the page orientation is landscape.</para>
  4662. </summary>
  4663. <value>true, if the page orientation is landscape; otherwise, false.</value>
  4664. </member>
  4665. <member name="P:DevExpress.XtraReports.Wizards.Views.ConfigureReportPageSettingsPageView.LeftMargin">
  4666. <summary>
  4667. <para>Specifies the left margin of the report page, measured in the units defined by the <see cref="P:DevExpress.XtraReports.Wizards.Views.ConfigureReportPageSettingsPageView.Unit"/> property.</para>
  4668. </summary>
  4669. <value>A <see cref="T:System.Single"/> value that specifies the page’s left margin.</value>
  4670. </member>
  4671. <member name="E:DevExpress.XtraReports.Wizards.Views.ConfigureReportPageSettingsPageView.OrientationChanged">
  4672. <summary>
  4673. <para>Occurs when the page orientation is changed.</para>
  4674. </summary>
  4675. </member>
  4676. <member name="P:DevExpress.XtraReports.Wizards.Views.ConfigureReportPageSettingsPageView.PaperHeight">
  4677. <summary>
  4678. <para>Specifies the paper height (measured in report units defined by the <see cref="P:DevExpress.XtraReports.Wizards.Views.ConfigureReportPageSettingsPageView.Unit"/> property). This can only be set if the <see cref="P:DevExpress.XtraReports.Wizards.Views.ConfigureReportPageSettingsPageView.PaperKind"/> property is set to Custom.</para>
  4679. </summary>
  4680. <value>A <see cref="T:System.Single"/> value that specifies the paper height.</value>
  4681. </member>
  4682. <member name="P:DevExpress.XtraReports.Wizards.Views.ConfigureReportPageSettingsPageView.PaperKind">
  4683. <summary>
  4684. <para>Specifies the standard paper sizes for the report.</para>
  4685. </summary>
  4686. <value>A <see cref="T:System.Drawing.Printing.PaperKind"/> enumeration value. By default, this property is set to PaperKind.Letter.</value>
  4687. </member>
  4688. <member name="E:DevExpress.XtraReports.Wizards.Views.ConfigureReportPageSettingsPageView.PaperKindChanged">
  4689. <summary>
  4690. <para>Occurs when the report’s paper type is changed.</para>
  4691. </summary>
  4692. </member>
  4693. <member name="E:DevExpress.XtraReports.Wizards.Views.ConfigureReportPageSettingsPageView.PaperSizeChanged">
  4694. <summary>
  4695. <para>Occurs when the width or height of the report’s paper is changed.</para>
  4696. </summary>
  4697. </member>
  4698. <member name="P:DevExpress.XtraReports.Wizards.Views.ConfigureReportPageSettingsPageView.PaperWidth">
  4699. <summary>
  4700. <para>Specifies the paper width (measured in report units defined by the <see cref="P:DevExpress.XtraReports.Wizards.Views.ConfigureReportPageSettingsPageView.Unit"/> property). This can only be set if the <see cref="P:DevExpress.XtraReports.Wizards.Views.ConfigureReportPageSettingsPageView.PaperKind"/> property is set to Custom.</para>
  4701. </summary>
  4702. <value>A <see cref="T:System.Single"/> value that specifies the paper width.</value>
  4703. </member>
  4704. <member name="M:DevExpress.XtraReports.Wizards.Views.ConfigureReportPageSettingsPageView.RefreshViewer">
  4705. <summary>
  4706. <para>Refreshes content of the Specify Report Page Settings wizard page according to specified page settings.</para>
  4707. </summary>
  4708. </member>
  4709. <member name="P:DevExpress.XtraReports.Wizards.Views.ConfigureReportPageSettingsPageView.RightMargin">
  4710. <summary>
  4711. <para>Specifies the right margin of the report page, measured in the units defined by the <see cref="P:DevExpress.XtraReports.Wizards.Views.ConfigureReportPageSettingsPageView.Unit"/> property.</para>
  4712. </summary>
  4713. <value>A <see cref="T:System.Single"/> value that specifies the page’s right margin.</value>
  4714. </member>
  4715. <member name="M:DevExpress.XtraReports.Wizards.Views.ConfigureReportPageSettingsPageView.SetDisplayFormat(System.String,System.String)">
  4716. <summary>
  4717. <para>Sets the format settings applied to the display text of editors on the Specify Report Page Settings wizard page.</para>
  4718. </summary>
  4719. <param name="mask">A string that specifies the editors’ mask.</param>
  4720. <param name="formatString">A string that specifies the output format for the editors’ text.</param>
  4721. </member>
  4722. <member name="P:DevExpress.XtraReports.Wizards.Views.ConfigureReportPageSettingsPageView.TopMargin">
  4723. <summary>
  4724. <para>Specifies the top margin of the report page, measured in the units defined by the <see cref="P:DevExpress.XtraReports.Wizards.Views.ConfigureReportPageSettingsPageView.Unit"/> property.</para>
  4725. </summary>
  4726. <value>A <see cref="T:System.Single"/> value that specifies the page’s top margin.</value>
  4727. </member>
  4728. <member name="P:DevExpress.XtraReports.Wizards.Views.ConfigureReportPageSettingsPageView.Unit">
  4729. <summary>
  4730. <para>Specifies the selected measure units of the report’s page.</para>
  4731. </summary>
  4732. <value>A <see cref="T:System.Drawing.GraphicsUnit"/> value.</value>
  4733. </member>
  4734. <member name="E:DevExpress.XtraReports.Wizards.Views.ConfigureReportPageSettingsPageView.UnitChanged">
  4735. <summary>
  4736. <para>Occurs when the Unit property value is changed.</para>
  4737. </summary>
  4738. </member>
  4739. <member name="T:DevExpress.XtraReports.Wizards.Views.CustomizeLabelPageView">
  4740. <summary>
  4741. <para>Provides a view for the Customize the Label Options page of the Report Wizard in WinForms applications.</para>
  4742. </summary>
  4743. </member>
  4744. <member name="M:DevExpress.XtraReports.Wizards.Views.CustomizeLabelPageView.#ctor">
  4745. <summary>
  4746. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards.Views.CustomizeLabelPageView"/> class with the default settings.</para>
  4747. </summary>
  4748. </member>
  4749. <member name="P:DevExpress.XtraReports.Wizards.Views.CustomizeLabelPageView.BaseLayout">
  4750. <summary>
  4751. <para>Gets the Layout Hierarchical Structure that is used to arrange the content of the current Report Wizard page.</para>
  4752. </summary>
  4753. <value>A <see cref="T:DevExpress.XtraLayout.LayoutControl"/> object.</value>
  4754. </member>
  4755. <member name="P:DevExpress.XtraReports.Wizards.Views.CustomizeLabelPageView.BottomMargin">
  4756. <summary>
  4757. <para>Specifies the value of the Bottom Margin editor.</para>
  4758. </summary>
  4759. <value>A <see cref="T:System.Single"/> value.</value>
  4760. </member>
  4761. <member name="M:DevExpress.XtraReports.Wizards.Views.CustomizeLabelPageView.FillPageSizeList(System.Collections.Generic.IEnumerable{DevExpress.XtraReports.Wizards.PaperKindViewInfo})">
  4762. <summary>
  4763. <para>Populates the list of the available page sizes.</para>
  4764. </summary>
  4765. <param name="paperKinds">A collection of <see cref="T:DevExpress.XtraReports.Wizards.PaperKindViewInfo"/> objects.</param>
  4766. </member>
  4767. <member name="P:DevExpress.XtraReports.Wizards.Views.CustomizeLabelPageView.HeaderDescription">
  4768. <summary>
  4769. <para>Specifies the description of the current wizard page.</para>
  4770. </summary>
  4771. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  4772. </member>
  4773. <member name="P:DevExpress.XtraReports.Wizards.Views.CustomizeLabelPageView.Height">
  4774. <summary>
  4775. <para>Specifies the value of the Label Height editor.</para>
  4776. </summary>
  4777. <value>A <see cref="T:System.Single"/> value.</value>
  4778. </member>
  4779. <member name="P:DevExpress.XtraReports.Wizards.Views.CustomizeLabelPageView.HorizontalPitch">
  4780. <summary>
  4781. <para>Specifies the value of the Horizontal Pitch editor.</para>
  4782. </summary>
  4783. <value>A <see cref="T:System.Single"/> value.</value>
  4784. </member>
  4785. <member name="E:DevExpress.XtraReports.Wizards.Views.CustomizeLabelPageView.LabelInformationChanged">
  4786. <summary>
  4787. <para>Occurs when label information displayed in the dedicated editors is changed.</para>
  4788. </summary>
  4789. </member>
  4790. <member name="P:DevExpress.XtraReports.Wizards.Views.CustomizeLabelPageView.LabelsCountHorz">
  4791. <summary />
  4792. <value></value>
  4793. </member>
  4794. <member name="P:DevExpress.XtraReports.Wizards.Views.CustomizeLabelPageView.LabelsCountVert">
  4795. <summary />
  4796. <value></value>
  4797. </member>
  4798. <member name="P:DevExpress.XtraReports.Wizards.Views.CustomizeLabelPageView.LeftMargin">
  4799. <summary>
  4800. <para>Specifies the value of the Left Margin editor.</para>
  4801. </summary>
  4802. <value>A <see cref="T:System.Single"/> value.</value>
  4803. </member>
  4804. <member name="P:DevExpress.XtraReports.Wizards.Views.CustomizeLabelPageView.PaperKindFormattedText">
  4805. <summary />
  4806. <value></value>
  4807. </member>
  4808. <member name="P:DevExpress.XtraReports.Wizards.Views.CustomizeLabelPageView.RightMargin">
  4809. <summary>
  4810. <para>Specifies the value of the Right Margin editor.</para>
  4811. </summary>
  4812. <value>A <see cref="T:System.Single"/> value.</value>
  4813. </member>
  4814. <member name="E:DevExpress.XtraReports.Wizards.Views.CustomizeLabelPageView.SelectedPaperKindChanged">
  4815. <summary>
  4816. <para>Occurs when the entry selected in the Page Size drop-down list is changed.</para>
  4817. </summary>
  4818. </member>
  4819. <member name="P:DevExpress.XtraReports.Wizards.Views.CustomizeLabelPageView.SelectedPaperKindId">
  4820. <summary>
  4821. <para>Specifies the entry selected in the Page Size drop-down list.</para>
  4822. </summary>
  4823. <value>An integer value that is an index of the selected entry.</value>
  4824. </member>
  4825. <member name="P:DevExpress.XtraReports.Wizards.Views.CustomizeLabelPageView.TopMargin">
  4826. <summary>
  4827. <para>Specifies the value of the Top Margin editor.</para>
  4828. </summary>
  4829. <value>A <see cref="T:System.Single"/> value.</value>
  4830. </member>
  4831. <member name="P:DevExpress.XtraReports.Wizards.Views.CustomizeLabelPageView.Unit">
  4832. <summary>
  4833. <para>Specifies the state of the Inch and Millimeter radio buttons.</para>
  4834. </summary>
  4835. <value>A value that specifies the state of the Inch and Millimeter radio buttons.</value>
  4836. </member>
  4837. <member name="E:DevExpress.XtraReports.Wizards.Views.CustomizeLabelPageView.UnitChanged">
  4838. <summary>
  4839. <para>Occurs when the state of the Inch and Millimeter radio buttons is changed.</para>
  4840. </summary>
  4841. </member>
  4842. <member name="P:DevExpress.XtraReports.Wizards.Views.CustomizeLabelPageView.VerticalPitch">
  4843. <summary>
  4844. <para>Specifies the value of the Vertical Pitch editor.</para>
  4845. </summary>
  4846. <value>A <see cref="T:System.Single"/> value.</value>
  4847. </member>
  4848. <member name="P:DevExpress.XtraReports.Wizards.Views.CustomizeLabelPageView.Width">
  4849. <summary>
  4850. <para>Specifies the value of the Label Width editor.</para>
  4851. </summary>
  4852. <value>A <see cref="T:System.Single"/> value.</value>
  4853. </member>
  4854. <member name="T:DevExpress.XtraReports.Wizards.Views.MapReportTemplateFieldsPageView">
  4855. <summary>
  4856. <para>Provides a view for the Map Report Template Fields page of the Report Wizard in WinForms applications.</para>
  4857. </summary>
  4858. </member>
  4859. <member name="M:DevExpress.XtraReports.Wizards.Views.MapReportTemplateFieldsPageView.#ctor">
  4860. <summary>
  4861. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards.Views.MapReportTemplateFieldsPageView"/> class with the default settings.</para>
  4862. </summary>
  4863. </member>
  4864. <member name="P:DevExpress.XtraReports.Wizards.Views.MapReportTemplateFieldsPageView.HeaderDescription">
  4865. <summary>
  4866. <para>Specifies the description of the current wizard page.</para>
  4867. </summary>
  4868. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  4869. </member>
  4870. <member name="M:DevExpress.XtraReports.Wizards.Views.MapReportTemplateFieldsPageView.SetDataSource(System.Object,System.String,System.String)">
  4871. <summary>
  4872. <para>Sets the data source with the specified settings for providing data to template fields.</para>
  4873. </summary>
  4874. <param name="dataSource">An object that specifies the data source.</param>
  4875. <param name="dataSourceName">A string that specifies the data source name.</param>
  4876. <param name="dataMember">A string that specifies the data source member.</param>
  4877. </member>
  4878. <member name="P:DevExpress.XtraReports.Wizards.Views.MapReportTemplateFieldsPageView.TemplateFields">
  4879. <summary>
  4880. <para>Specifies the collection of available template fields.</para>
  4881. </summary>
  4882. <value>A collection of <see cref="T:DevExpress.XtraReports.Wizards.Templates.TemplateField"/> objects.</value>
  4883. </member>
  4884. <member name="T:DevExpress.XtraReports.Wizards.Views.MasterDetailAddGroupingLevelPageView">
  4885. <summary>
  4886. <para>Provides a view for the Add Grouping Levels (Multi-Query Version) page of the Report Wizard in WinForms applications.</para>
  4887. </summary>
  4888. </member>
  4889. <member name="M:DevExpress.XtraReports.Wizards.Views.MasterDetailAddGroupingLevelPageView.#ctor">
  4890. <summary>
  4891. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards.Views.MasterDetailAddGroupingLevelPageView"/> class with the default settings.</para>
  4892. </summary>
  4893. </member>
  4894. <member name="E:DevExpress.XtraReports.Wizards.Views.MasterDetailAddGroupingLevelPageView.ActiveAvailableColumnsChanged">
  4895. <summary>
  4896. <para>Occurs when the active record in the list of the available fields is changed.</para>
  4897. </summary>
  4898. </member>
  4899. <member name="E:DevExpress.XtraReports.Wizards.Views.MasterDetailAddGroupingLevelPageView.ActiveGroupingLevelChanged">
  4900. <summary>
  4901. <para>Occurs when the active record in the list of grouping levels is changed.</para>
  4902. </summary>
  4903. </member>
  4904. <member name="E:DevExpress.XtraReports.Wizards.Views.MasterDetailAddGroupingLevelPageView.AddGroupingLevelClicked">
  4905. <summary>
  4906. <para>Occurs when the button for adding a grouping level is clicked on a wizard page.</para>
  4907. </summary>
  4908. </member>
  4909. <member name="E:DevExpress.XtraReports.Wizards.Views.MasterDetailAddGroupingLevelPageView.CombineGroupingLevelClicked">
  4910. <summary>
  4911. <para>Occurs when the button for combining grouping levels is clicked on a wizard page.</para>
  4912. </summary>
  4913. </member>
  4914. <member name="M:DevExpress.XtraReports.Wizards.Views.MasterDetailAddGroupingLevelPageView.EnableAddGroupingLevelButton(System.Boolean)">
  4915. <summary>
  4916. <para>Activates or deactivates the button that adds grouping levels.</para>
  4917. </summary>
  4918. <param name="enable">true to activate the button; otherwise false.</param>
  4919. </member>
  4920. <member name="M:DevExpress.XtraReports.Wizards.Views.MasterDetailAddGroupingLevelPageView.EnableCombineGroupingLevelButton(System.Boolean)">
  4921. <summary>
  4922. <para>Activates or deactivates the button that combines grouping levels.</para>
  4923. </summary>
  4924. <param name="enable">true, to activate the button; otherwise, false.</param>
  4925. </member>
  4926. <member name="M:DevExpress.XtraReports.Wizards.Views.MasterDetailAddGroupingLevelPageView.EnableGroupingLevelDown(System.Boolean)">
  4927. <summary>
  4928. <para>Activates or deactivates the button that moves a grouping level down.</para>
  4929. </summary>
  4930. <param name="enable">true, to activate the button; otherwise, false.</param>
  4931. </member>
  4932. <member name="M:DevExpress.XtraReports.Wizards.Views.MasterDetailAddGroupingLevelPageView.EnableGroupingLevelUp(System.Boolean)">
  4933. <summary>
  4934. <para>Activates or deactivates the button that moves a grouping level up.</para>
  4935. </summary>
  4936. <param name="enable">true, to activate the button; otherwise, false.</param>
  4937. </member>
  4938. <member name="M:DevExpress.XtraReports.Wizards.Views.MasterDetailAddGroupingLevelPageView.EnableRemoveGroupingLevelButton(System.Boolean)">
  4939. <summary>
  4940. <para>Activates or deactivates the button that removes a grouping level.</para>
  4941. </summary>
  4942. <param name="enable">true, to activate the button; otherwise, false.</param>
  4943. </member>
  4944. <member name="M:DevExpress.XtraReports.Wizards.Views.MasterDetailAddGroupingLevelPageView.FillAvailableColumns(DevExpress.Data.XtraReports.DataProviders.ColumnInfo[])">
  4945. <summary>
  4946. <para>Populates the list of available columns.</para>
  4947. </summary>
  4948. <param name="columns">An array of <see cref="T:DevExpress.Data.XtraReports.DataProviders.ColumnInfo"/> objects.</param>
  4949. </member>
  4950. <member name="M:DevExpress.XtraReports.Wizards.Views.MasterDetailAddGroupingLevelPageView.FillGroupingLevels(DevExpress.XtraReports.Wizards.GroupingLevelInfo[])">
  4951. <summary>
  4952. <para>Populates the list of grouping levels.</para>
  4953. </summary>
  4954. <param name="groupingLevels">An array of <see cref="T:DevExpress.XtraReports.Wizards.GroupingLevelInfo"/> objects.</param>
  4955. </member>
  4956. <member name="M:DevExpress.XtraReports.Wizards.Views.MasterDetailAddGroupingLevelPageView.GetActiveAvailableColumns">
  4957. <summary>
  4958. <para>Gets an array of records selected in the list of available fields.</para>
  4959. </summary>
  4960. <returns>An array of <see cref="T:DevExpress.Data.XtraReports.DataProviders.ColumnInfo"/> objects.</returns>
  4961. </member>
  4962. <member name="M:DevExpress.XtraReports.Wizards.Views.MasterDetailAddGroupingLevelPageView.GetActiveGroupingLevel">
  4963. <summary>
  4964. <para>Gets the record selected in the list of grouping levels.</para>
  4965. </summary>
  4966. <returns>A <see cref="T:DevExpress.XtraReports.Wizards.GroupingLevelInfo"/> object.</returns>
  4967. </member>
  4968. <member name="E:DevExpress.XtraReports.Wizards.Views.MasterDetailAddGroupingLevelPageView.GroupingLevelDownClicked">
  4969. <summary>
  4970. <para>Occurs when the button for moving a grouping level down is clicked on a wizard page.</para>
  4971. </summary>
  4972. </member>
  4973. <member name="E:DevExpress.XtraReports.Wizards.Views.MasterDetailAddGroupingLevelPageView.GroupingLevelUpClicked">
  4974. <summary>
  4975. <para>Occurs when the button for moving a grouping level up is clicked on a wizard page.</para>
  4976. </summary>
  4977. </member>
  4978. <member name="P:DevExpress.XtraReports.Wizards.Views.MasterDetailAddGroupingLevelPageView.HeaderDescription">
  4979. <summary>
  4980. <para>Specifies the description of the current wizard page.</para>
  4981. </summary>
  4982. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  4983. </member>
  4984. <member name="M:DevExpress.XtraReports.Wizards.Views.MasterDetailAddGroupingLevelPageView.Initialize(System.Collections.Generic.IEnumerable{DevExpress.XtraReports.Wizards.MasterDetailQueryInfo})">
  4985. <summary>
  4986. <para>Initializes a wizard page with the specified options.</para>
  4987. </summary>
  4988. <param name="queries">A collection of <see cref="T:DevExpress.XtraReports.Wizards.MasterDetailQueryInfo"/> objects.</param>
  4989. </member>
  4990. <member name="E:DevExpress.XtraReports.Wizards.Views.MasterDetailAddGroupingLevelPageView.RemoveGroupingLevelClicked">
  4991. <summary>
  4992. <para>Occurs when the button for removing a grouping level is clicked on a wizard page.</para>
  4993. </summary>
  4994. </member>
  4995. <member name="P:DevExpress.XtraReports.Wizards.Views.MasterDetailAddGroupingLevelPageView.SelectedQuery">
  4996. <summary>
  4997. <para>Specifies a query selected on a wizard page.</para>
  4998. </summary>
  4999. <value>A <see cref="T:DevExpress.XtraReports.Wizards.MasterDetailQueryInfo"/> object.</value>
  5000. </member>
  5001. <member name="E:DevExpress.XtraReports.Wizards.Views.MasterDetailAddGroupingLevelPageView.SelectedQueryChanged">
  5002. <summary>
  5003. <para>Occurs when a query selected on a wizard page is changed.</para>
  5004. </summary>
  5005. </member>
  5006. <member name="M:DevExpress.XtraReports.Wizards.Views.MasterDetailAddGroupingLevelPageView.SetActiveGroupingLevel(DevExpress.XtraReports.Wizards.GroupingLevelInfo)">
  5007. <summary>
  5008. <para>Changes the active record in the list of grouping levels.</para>
  5009. </summary>
  5010. <param name="groupingLevel">A <see cref="T:DevExpress.XtraReports.Wizards.GroupingLevelInfo"/> object.</param>
  5011. </member>
  5012. <member name="M:DevExpress.XtraReports.Wizards.Views.MasterDetailAddGroupingLevelPageView.ShowWaitIndicator(System.Boolean)">
  5013. <summary>
  5014. <para>Shows or hides the wait indicator on a wizard page.</para>
  5015. </summary>
  5016. <param name="show">true, to show the wait indicator; otherwise, false.</param>
  5017. </member>
  5018. <member name="T:DevExpress.XtraReports.Wizards.Views.MasterDetailChooseSummaryOptionsPageView">
  5019. <summary>
  5020. <para>Provides a view for the Specify Summary Options (Multi-Query Version) page of the Report Wizard in WinForms applications.</para>
  5021. </summary>
  5022. </member>
  5023. <member name="M:DevExpress.XtraReports.Wizards.Views.MasterDetailChooseSummaryOptionsPageView.#ctor">
  5024. <summary>
  5025. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards.Views.MasterDetailChooseSummaryOptionsPageView"/> class with the default settings.</para>
  5026. </summary>
  5027. </member>
  5028. <member name="E:DevExpress.XtraReports.Wizards.Views.MasterDetailChooseSummaryOptionsPageView.ColumnSummariesChanged">
  5029. <summary>
  5030. <para>Occurs when the collection of currently selected summaries is changed.</para>
  5031. </summary>
  5032. </member>
  5033. <member name="M:DevExpress.XtraReports.Wizards.Views.MasterDetailChooseSummaryOptionsPageView.FillColumnSummaries(DevExpress.XtraReports.Wizards.ColumnSummariesSet)">
  5034. <summary>
  5035. <para>Fills the Summary functions drop-downs with available summary types.</para>
  5036. </summary>
  5037. <param name="summaries">An object that contains information about selected summary functions.</param>
  5038. </member>
  5039. <member name="P:DevExpress.XtraReports.Wizards.Views.MasterDetailChooseSummaryOptionsPageView.HeaderDescription">
  5040. <summary>
  5041. <para>Specifies the description of the current wizard page.</para>
  5042. </summary>
  5043. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  5044. </member>
  5045. <member name="P:DevExpress.XtraReports.Wizards.Views.MasterDetailChooseSummaryOptionsPageView.IgnoreNullValues">
  5046. <summary>
  5047. <para>Specifies the state of the Ignore null values check box.</para>
  5048. </summary>
  5049. <value>true, to activate the check box; otherwise, false.</value>
  5050. </member>
  5051. <member name="M:DevExpress.XtraReports.Wizards.Views.MasterDetailChooseSummaryOptionsPageView.Initialize(System.Collections.Generic.IEnumerable{DevExpress.XtraReports.Wizards.MasterDetailQueryInfo})">
  5052. <summary>
  5053. <para>Initializes a wizard page with the list of available queries.</para>
  5054. </summary>
  5055. <param name="queries">A collection of <see cref="T:DevExpress.XtraReports.Wizards.MasterDetailQueryInfo"/> objects.</param>
  5056. </member>
  5057. <member name="P:DevExpress.XtraReports.Wizards.Views.MasterDetailChooseSummaryOptionsPageView.SelectedQuery">
  5058. <summary>
  5059. <para>Specifies a query selected on a wizard page.</para>
  5060. </summary>
  5061. <value>A <see cref="T:DevExpress.XtraReports.Wizards.MasterDetailQueryInfo"/> object.</value>
  5062. </member>
  5063. <member name="E:DevExpress.XtraReports.Wizards.Views.MasterDetailChooseSummaryOptionsPageView.SelectedQueryChanged">
  5064. <summary>
  5065. <para>Occurs when a query selected on a wizard page is changed.</para>
  5066. </summary>
  5067. </member>
  5068. <member name="M:DevExpress.XtraReports.Wizards.Views.MasterDetailChooseSummaryOptionsPageView.SetAvailableColumns(DevExpress.Data.XtraReports.DataProviders.ColumnInfo[])">
  5069. <summary>
  5070. <para>Fills the Fields drop-downs with available columns.</para>
  5071. </summary>
  5072. <param name="columns">An array of <see cref="T:DevExpress.Data.XtraReports.DataProviders.ColumnInfo"/> objects.</param>
  5073. </member>
  5074. <member name="T:DevExpress.XtraReports.Wizards.Views.MasterDetailSelectDataMembersPageView">
  5075. <summary>
  5076. <para>Provides a view for the Choose Fields to Display in a Report (Multi-Query Version) page of the Report Wizard in WinForms applications.</para>
  5077. </summary>
  5078. </member>
  5079. <member name="M:DevExpress.XtraReports.Wizards.Views.MasterDetailSelectDataMembersPageView.#ctor">
  5080. <summary>
  5081. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards.Views.MasterDetailSelectDataMembersPageView"/> class with the default settings.</para>
  5082. </summary>
  5083. </member>
  5084. <member name="E:DevExpress.XtraReports.Wizards.Views.MasterDetailSelectDataMembersPageView.Changed">
  5085. <summary>
  5086. <para>Occurs when the collection of data members and fields selected on a wizard page is changed.</para>
  5087. </summary>
  5088. </member>
  5089. <member name="M:DevExpress.XtraReports.Wizards.Views.MasterDetailSelectDataMembersPageView.DoAddFieldsAction(System.Action,DevExpress.XtraReports.Wizards.Presenters.MasterDetailFieldModel)">
  5090. <summary>
  5091. <para>Performs actions with the view required before and after adding fields.</para>
  5092. </summary>
  5093. <param name="action">A <see cref="T:System.Action"/> delegate.</param>
  5094. <param name="rootAddedField">A <see cref="T:DevExpress.XtraReports.Wizards.Presenters.MasterDetailFieldModel"/> object that specifies the root field.</param>
  5095. </member>
  5096. <member name="M:DevExpress.XtraReports.Wizards.Views.MasterDetailSelectDataMembersPageView.DoRemoveFieldsAction(System.Action)">
  5097. <summary>
  5098. <para>Performs actions with the view required before and after removing fields.</para>
  5099. </summary>
  5100. <param name="action">A <see cref="T:System.Action"/> delegate.</param>
  5101. </member>
  5102. <member name="P:DevExpress.XtraReports.Wizards.Views.MasterDetailSelectDataMembersPageView.HeaderDescription">
  5103. <summary>
  5104. <para>Specifies the description of the current wizard page.</para>
  5105. </summary>
  5106. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  5107. </member>
  5108. <member name="M:DevExpress.XtraReports.Wizards.Views.MasterDetailSelectDataMembersPageView.Initialize(System.Collections.Generic.IEnumerable{DevExpress.XtraReports.Wizards.Presenters.MasterDetailQueryModel},System.Collections.ObjectModel.ObservableCollection{DevExpress.XtraReports.Wizards.Presenters.MasterDetailFieldModel},System.Boolean)">
  5109. <summary />
  5110. <param name="queriesModel"></param>
  5111. <param name="fieldsModel"></param>
  5112. <param name="singleDataMemberOnly"></param>
  5113. </member>
  5114. <member name="T:DevExpress.XtraReports.Wizards.Views.MultiQuerySelectFieldsPageView">
  5115. <summary>
  5116. <para>Provides a view for the Choose Fields to Display in a Report (Obsolete) page of the Report Wizard in WinForms applications.</para>
  5117. </summary>
  5118. </member>
  5119. <member name="M:DevExpress.XtraReports.Wizards.Views.MultiQuerySelectFieldsPageView.#ctor">
  5120. <summary>
  5121. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards.Views.MultiQuerySelectFieldsPageView"/> class with the default settings.</para>
  5122. </summary>
  5123. </member>
  5124. <member name="E:DevExpress.XtraReports.Wizards.Views.MultiQuerySelectFieldsPageView.ActiveTableChanged">
  5125. <summary>
  5126. <para>Occurs when the active table in the list of the available tables is changed.</para>
  5127. </summary>
  5128. </member>
  5129. <member name="M:DevExpress.XtraReports.Wizards.Views.MultiQuerySelectFieldsPageView.FillColumns(DevExpress.Data.XtraReports.DataProviders.ColumnInfo[])">
  5130. <summary>
  5131. <para>Populates the list of available data columns corresponding to a specific data member.</para>
  5132. </summary>
  5133. <param name="columns">An array of <see cref="T:DevExpress.Data.XtraReports.DataProviders.ColumnInfo"/> objects.</param>
  5134. </member>
  5135. <member name="M:DevExpress.XtraReports.Wizards.Views.MultiQuerySelectFieldsPageView.FillTables(DevExpress.Data.XtraReports.DataProviders.TableInfo[])">
  5136. <summary>
  5137. <para>Populates the list of available data members displayed on this wizard page.</para>
  5138. </summary>
  5139. <param name="tables">An array of <see cref="T:DevExpress.Data.XtraReports.DataProviders.TableInfo"/> objects.</param>
  5140. </member>
  5141. <member name="M:DevExpress.XtraReports.Wizards.Views.MultiQuerySelectFieldsPageView.GetSelectedColumns">
  5142. <summary>
  5143. <para>Returns the list of data columns that are selected on this wizard page.</para>
  5144. </summary>
  5145. <returns>An array of <see cref="T:System.String"/> value, specifying the column names.</returns>
  5146. </member>
  5147. <member name="P:DevExpress.XtraReports.Wizards.Views.MultiQuerySelectFieldsPageView.HeaderDescription">
  5148. <summary>
  5149. <para>Specifies the description of the current wizard page.</para>
  5150. </summary>
  5151. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  5152. </member>
  5153. <member name="P:DevExpress.XtraReports.Wizards.Views.MultiQuerySelectFieldsPageView.SelectedTable">
  5154. <summary>
  5155. <para>Specifies the report data member.</para>
  5156. </summary>
  5157. <value>A <see cref="T:System.String"/> value, specifying the report data member.</value>
  5158. </member>
  5159. <member name="M:DevExpress.XtraReports.Wizards.Views.MultiQuerySelectFieldsPageView.SetSelectedColumns(System.String[])">
  5160. <summary>
  5161. <para>Selects the specified data columns</para>
  5162. </summary>
  5163. <param name="selectedColumns">An array of <see cref="T:System.String"/> values, specifying the column names.</param>
  5164. </member>
  5165. <member name="T:DevExpress.XtraReports.Wizards.Views.SelectColumnsPageView">
  5166. <summary>
  5167. <para>This page is no longer used in the current Report Wizard implementation. Use the <see cref="T:DevExpress.XtraReports.Wizards.Views.MultiQuerySelectFieldsPageView"/> class instead (corresponding to the Choose Fields to Display in a Report (Multi-Query Version) wizard page).</para>
  5168. </summary>
  5169. </member>
  5170. <member name="M:DevExpress.XtraReports.Wizards.Views.SelectColumnsPageView.#ctor">
  5171. <summary>
  5172. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards.Views.SelectColumnsPageView"/> class with the default settings.</para>
  5173. </summary>
  5174. </member>
  5175. <member name="E:DevExpress.XtraReports.Wizards.Views.SelectColumnsPageView.ActiveColumnsChanged">
  5176. <summary>
  5177. <para>Occurs when the collection of the currently selected columns is changed.</para>
  5178. </summary>
  5179. </member>
  5180. <member name="E:DevExpress.XtraReports.Wizards.Views.SelectColumnsPageView.AddAllColumnsClicked">
  5181. <summary>
  5182. <para>Occurs when the Add All Columns button is clicked on a wizard page.</para>
  5183. </summary>
  5184. </member>
  5185. <member name="E:DevExpress.XtraReports.Wizards.Views.SelectColumnsPageView.AddColumnsClicked">
  5186. <summary>
  5187. <para>Occurs when the Add Columns button is clicked on a wizard page.</para>
  5188. </summary>
  5189. </member>
  5190. <member name="M:DevExpress.XtraReports.Wizards.Views.SelectColumnsPageView.EnableAddAllColumnsButton(System.Boolean)">
  5191. <summary>
  5192. <para>Activates or deactivates the Add All Columns button on a wizard page.</para>
  5193. </summary>
  5194. <param name="enable">true to activate the button; otherwise false.</param>
  5195. </member>
  5196. <member name="M:DevExpress.XtraReports.Wizards.Views.SelectColumnsPageView.EnableAddColumnsButton(System.Boolean)">
  5197. <summary>
  5198. <para>Activates or deactivates the Add Columns button on a wizard page.</para>
  5199. </summary>
  5200. <param name="enable">true to activate the button; otherwise false.</param>
  5201. </member>
  5202. <member name="M:DevExpress.XtraReports.Wizards.Views.SelectColumnsPageView.EnableRemoveAllColumnsButton(System.Boolean)">
  5203. <summary>
  5204. <para>Activates or deactivates the Remove All Columns button on a wizard page.</para>
  5205. </summary>
  5206. <param name="enable">true to activate the button, false to deactivate the button.</param>
  5207. </member>
  5208. <member name="M:DevExpress.XtraReports.Wizards.Views.SelectColumnsPageView.EnableRemoveColumnsButton(System.Boolean)">
  5209. <summary>
  5210. <para>Activates or deactivates the Remove Columns button on a wizard page.</para>
  5211. </summary>
  5212. <param name="enable">true to activate the button; otherwise false.</param>
  5213. </member>
  5214. <member name="M:DevExpress.XtraReports.Wizards.Views.SelectColumnsPageView.FillAvailableColumns(DevExpress.Data.XtraReports.DataProviders.ColumnInfo[])">
  5215. <summary>
  5216. <para>Populates the list of available commands.</para>
  5217. </summary>
  5218. <param name="columns">An array of <see cref="T:DevExpress.Data.XtraReports.DataProviders.ColumnInfo"/> objects, specifying the columns to be added to the list.</param>
  5219. </member>
  5220. <member name="M:DevExpress.XtraReports.Wizards.Views.SelectColumnsPageView.FillSelectedColumns(DevExpress.Data.XtraReports.DataProviders.ColumnInfo[])">
  5221. <summary>
  5222. <para>Populates the list of selected columns.</para>
  5223. </summary>
  5224. <param name="columns">An array of <see cref="T:DevExpress.Data.XtraReports.DataProviders.ColumnInfo"/> objects, specifying the columns to be added to the list.</param>
  5225. </member>
  5226. <member name="M:DevExpress.XtraReports.Wizards.Views.SelectColumnsPageView.GetActiveAvailableColumns">
  5227. <summary>
  5228. <para>Gets a collection of the items selected in the list of available columns.</para>
  5229. </summary>
  5230. <returns>An array of <see cref="T:DevExpress.Data.XtraReports.DataProviders.ColumnInfo"/> objects.</returns>
  5231. </member>
  5232. <member name="M:DevExpress.XtraReports.Wizards.Views.SelectColumnsPageView.GetActiveSelectedColumns">
  5233. <summary>
  5234. <para>Gets a collection of the items selected in the list of selected columns.</para>
  5235. </summary>
  5236. <returns>An array of <see cref="T:DevExpress.Data.XtraReports.DataProviders.ColumnInfo"/> objects.</returns>
  5237. </member>
  5238. <member name="P:DevExpress.XtraReports.Wizards.Views.SelectColumnsPageView.HeaderDescription">
  5239. <summary>
  5240. <para>Specifies the description of the current wizard page.</para>
  5241. </summary>
  5242. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  5243. </member>
  5244. <member name="E:DevExpress.XtraReports.Wizards.Views.SelectColumnsPageView.RemoveAllColumnsClicked">
  5245. <summary>
  5246. <para>Occurs when the Remove All Columns button is clicked on a wizard page.</para>
  5247. </summary>
  5248. </member>
  5249. <member name="E:DevExpress.XtraReports.Wizards.Views.SelectColumnsPageView.RemoveColumnsClicked">
  5250. <summary>
  5251. <para>Occurs when the Remove Columns button is clicked on a wizard page.</para>
  5252. </summary>
  5253. </member>
  5254. <member name="M:DevExpress.XtraReports.Wizards.Views.SelectColumnsPageView.ShowWaitIndicator(System.Boolean)">
  5255. <summary>
  5256. <para>Shows or hides the wait indicator on a wizard page.</para>
  5257. </summary>
  5258. <param name="visibility">true to show the wait indicator; otherwise false.</param>
  5259. </member>
  5260. <member name="T:DevExpress.XtraReports.Wizards.Views.SelectCrossTabDataMemberPageView">
  5261. <summary />
  5262. </member>
  5263. <member name="M:DevExpress.XtraReports.Wizards.Views.SelectCrossTabDataMemberPageView.#ctor">
  5264. <summary />
  5265. </member>
  5266. <member name="P:DevExpress.XtraReports.Wizards.Views.SelectCrossTabDataMemberPageView.HeaderDescription">
  5267. <summary />
  5268. <value></value>
  5269. </member>
  5270. <member name="M:DevExpress.XtraReports.Wizards.Views.SelectCrossTabDataMemberPageView.Initialize(System.Collections.Generic.IEnumerable{DevExpress.XtraReports.Wizards.Presenters.MasterDetailFieldModel})">
  5271. <summary />
  5272. <param name="dataModel"></param>
  5273. </member>
  5274. <member name="P:DevExpress.XtraReports.Wizards.Views.SelectCrossTabDataMemberPageView.SelectedDataMember">
  5275. <summary />
  5276. <value></value>
  5277. </member>
  5278. <member name="T:DevExpress.XtraReports.Wizards.Views.SelectLabelTypePageView">
  5279. <summary>
  5280. <para>Provides a view for the Select the Label Type page of the Report Wizard in WinForms applications.</para>
  5281. </summary>
  5282. </member>
  5283. <member name="M:DevExpress.XtraReports.Wizards.Views.SelectLabelTypePageView.#ctor">
  5284. <summary>
  5285. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards.Views.SelectLabelTypePageView"/> class with the default settings.</para>
  5286. </summary>
  5287. </member>
  5288. <member name="P:DevExpress.XtraReports.Wizards.Views.SelectLabelTypePageView.BaseLayout">
  5289. <summary>
  5290. <para>Gets the Layout Hierarchical Structure that is used to arrange the content of the current Report Wizard page.</para>
  5291. </summary>
  5292. <value>A <see cref="T:DevExpress.XtraLayout.LayoutControl"/> object.</value>
  5293. </member>
  5294. <member name="P:DevExpress.XtraReports.Wizards.Views.SelectLabelTypePageView.CurrentPaperKindData">
  5295. <summary>
  5296. <para>Specifies the settings of the current paper kind.</para>
  5297. </summary>
  5298. <value>A <see cref="T:DevExpress.XtraReports.Wizards.Labels.PaperKindData"/> value.</value>
  5299. </member>
  5300. <member name="M:DevExpress.XtraReports.Wizards.Views.SelectLabelTypePageView.FillLabelDetails(System.Collections.Generic.IEnumerable{DevExpress.XtraReports.Wizards.Labels.LabelDetails})">
  5301. <summary>
  5302. <para>Populates the Product Number drop-down list.</para>
  5303. </summary>
  5304. <param name="details">A collection of <see cref="T:DevExpress.XtraReports.Wizards.Labels.LabelDetails"/> objects.</param>
  5305. </member>
  5306. <member name="M:DevExpress.XtraReports.Wizards.Views.SelectLabelTypePageView.FillLabelProducts(System.Collections.Generic.IEnumerable{DevExpress.XtraReports.Wizards.Labels.LabelProduct})">
  5307. <summary>
  5308. <para>Populates the Label Products drop-down list.</para>
  5309. </summary>
  5310. <param name="products">A collection of <see cref="T:DevExpress.XtraReports.Wizards.Labels.LabelProduct"/> objects.</param>
  5311. </member>
  5312. <member name="P:DevExpress.XtraReports.Wizards.Views.SelectLabelTypePageView.HeaderDescription">
  5313. <summary>
  5314. <para>Specifies the description of the current wizard page.</para>
  5315. </summary>
  5316. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  5317. </member>
  5318. <member name="P:DevExpress.XtraReports.Wizards.Views.SelectLabelTypePageView.SelectedDetails">
  5319. <summary>
  5320. <para>Specifies the entry selected in the Product Number drop-down list.</para>
  5321. </summary>
  5322. <value>A <see cref="T:DevExpress.XtraReports.Wizards.Labels.LabelDetails"/> object.</value>
  5323. </member>
  5324. <member name="E:DevExpress.XtraReports.Wizards.Views.SelectLabelTypePageView.SelectedLabelProductChanged">
  5325. <summary>
  5326. <para>Occurs when the active record in the Label Products drop-down list is changed.</para>
  5327. </summary>
  5328. </member>
  5329. <member name="E:DevExpress.XtraReports.Wizards.Views.SelectLabelTypePageView.SelectedLabelProductDetailsChanged">
  5330. <summary>
  5331. <para>Occurs when the active record in the Product Number drop-down list is changed.</para>
  5332. </summary>
  5333. </member>
  5334. <member name="P:DevExpress.XtraReports.Wizards.Views.SelectLabelTypePageView.SelectedProduct">
  5335. <summary>
  5336. <para>Specifies the entry selected in the Label Products drop-down list.</para>
  5337. </summary>
  5338. <value>A <see cref="T:DevExpress.XtraReports.Wizards.Labels.LabelProduct"/> object.</value>
  5339. </member>
  5340. <member name="M:DevExpress.XtraReports.Wizards.Views.SelectLabelTypePageView.UpdateLabelInformation">
  5341. <summary>
  5342. <para>Updates label information displayed in the dedicated editors.</para>
  5343. </summary>
  5344. </member>
  5345. <member name="T:DevExpress.XtraReports.Wizards.Views.SetReportTitlePageView">
  5346. <summary>
  5347. <para>Provides a view for the Set the Report Title page of the Report Wizard in WinForms applications.</para>
  5348. </summary>
  5349. </member>
  5350. <member name="M:DevExpress.XtraReports.Wizards.Views.SetReportTitlePageView.#ctor">
  5351. <summary>
  5352. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards.Views.SetReportTitlePageView"/> class with the default settings.</para>
  5353. </summary>
  5354. </member>
  5355. <member name="P:DevExpress.XtraReports.Wizards.Views.SetReportTitlePageView.HeaderDescription">
  5356. <summary>
  5357. <para>Specifies the description of the current wizard page.</para>
  5358. </summary>
  5359. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  5360. </member>
  5361. <member name="P:DevExpress.XtraReports.Wizards.Views.SetReportTitlePageView.Title">
  5362. <summary>
  5363. <para>If implemented, specifies the report title text.</para>
  5364. </summary>
  5365. <value>A <see cref="T:System.String"/> value.</value>
  5366. </member>
  5367. <member name="T:DevExpress.XtraReports.Wizards.Views.SpecifyReportTemplateOptionsPageView">
  5368. <summary>
  5369. <para>Provides a view for the Specify Report Template Options page of the Report Wizard in WinForms applications.</para>
  5370. </summary>
  5371. </member>
  5372. <member name="M:DevExpress.XtraReports.Wizards.Views.SpecifyReportTemplateOptionsPageView.#ctor">
  5373. <summary>
  5374. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards.Views.SpecifyReportTemplateOptionsPageView"/> class with the default settings.</para>
  5375. </summary>
  5376. </member>
  5377. <member name="P:DevExpress.XtraReports.Wizards.Views.SpecifyReportTemplateOptionsPageView.AllowDiscountEditing">
  5378. <summary>
  5379. <para>Specifies whether the discount value can be edited.</para>
  5380. </summary>
  5381. <value>true, if the discount value can be edited; otherwise, false.</value>
  5382. </member>
  5383. <member name="P:DevExpress.XtraReports.Wizards.Views.SpecifyReportTemplateOptionsPageView.AllowTaxEditing">
  5384. <summary>
  5385. <para>Specifies whether the tax value can be edited.</para>
  5386. </summary>
  5387. <value>true, if the tax value can be edited; otherwise, false.</value>
  5388. </member>
  5389. <member name="E:DevExpress.XtraReports.Wizards.Views.SpecifyReportTemplateOptionsPageView.Changed">
  5390. <summary>
  5391. <para>Occurs when any property on the current wizard page changes.</para>
  5392. </summary>
  5393. </member>
  5394. <member name="P:DevExpress.XtraReports.Wizards.Views.SpecifyReportTemplateOptionsPageView.CurrencyFormat">
  5395. <summary>
  5396. <para>Specifies the index of the selected currency format.</para>
  5397. </summary>
  5398. <value>An index of the selected currency format.</value>
  5399. </member>
  5400. <member name="P:DevExpress.XtraReports.Wizards.Views.SpecifyReportTemplateOptionsPageView.CurrencySymbol">
  5401. <summary>
  5402. <para>Specifies the selected currency symbol.</para>
  5403. </summary>
  5404. <value>A string that specifies the currency symbol.</value>
  5405. </member>
  5406. <member name="P:DevExpress.XtraReports.Wizards.Views.SpecifyReportTemplateOptionsPageView.DiscountValue">
  5407. <summary>
  5408. <para>Specifies the discount value.</para>
  5409. </summary>
  5410. <value>An object that specifies the discount value.</value>
  5411. </member>
  5412. <member name="P:DevExpress.XtraReports.Wizards.Views.SpecifyReportTemplateOptionsPageView.DiscountValueRange">
  5413. <summary>
  5414. <para>Specifies to which range a discount value should be applied.</para>
  5415. </summary>
  5416. <value>A <see cref="T:DevExpress.XtraReports.Wizards.TemplateValueRange"/> enumeration value.</value>
  5417. </member>
  5418. <member name="P:DevExpress.XtraReports.Wizards.Views.SpecifyReportTemplateOptionsPageView.DiscountValueType">
  5419. <summary>
  5420. <para>Specifies the selected discount value type.</para>
  5421. </summary>
  5422. <value>A <see cref="T:DevExpress.XtraReports.Wizards.TemplateValueType"/> enumeration value.</value>
  5423. </member>
  5424. <member name="M:DevExpress.XtraReports.Wizards.Views.SpecifyReportTemplateOptionsPageView.FillAvailableDiscountValueTypes(System.Collections.ICollection)">
  5425. <summary>
  5426. <para>Populates the list of available types for discount values.</para>
  5427. </summary>
  5428. <param name="discountValueTypes">A collection of discount value types.</param>
  5429. </member>
  5430. <member name="M:DevExpress.XtraReports.Wizards.Views.SpecifyReportTemplateOptionsPageView.FillAvailableTaxValueTypes(System.Collections.ICollection)">
  5431. <summary>
  5432. <para>Populates the list of available types for tax values.</para>
  5433. </summary>
  5434. <param name="taxValueTypes">A collection of tax value types.</param>
  5435. </member>
  5436. <member name="M:DevExpress.XtraReports.Wizards.Views.SpecifyReportTemplateOptionsPageView.FillCurrencyFormats(System.Collections.ICollection)">
  5437. <summary>
  5438. <para>Populates the list of available currency formats.</para>
  5439. </summary>
  5440. <param name="currencyFormats">A collection of currency formats.</param>
  5441. </member>
  5442. <member name="M:DevExpress.XtraReports.Wizards.Views.SpecifyReportTemplateOptionsPageView.FillCurrencySymbols(System.Collections.ICollection)">
  5443. <summary>
  5444. <para>Populates the list of available currency symbols.</para>
  5445. </summary>
  5446. <param name="currencySymbols">A collection of currency symbols.</param>
  5447. </member>
  5448. <member name="P:DevExpress.XtraReports.Wizards.Views.SpecifyReportTemplateOptionsPageView.HeaderDescription">
  5449. <summary>
  5450. <para>Specifies the description of the current wizard page.</para>
  5451. </summary>
  5452. <value>A <see cref="T:System.String"/> value that specifies the page description.</value>
  5453. </member>
  5454. <member name="M:DevExpress.XtraReports.Wizards.Views.SpecifyReportTemplateOptionsPageView.SetDataSource(System.Object,System.String,System.String)">
  5455. <summary>
  5456. <para>Sets the data source with the specified settings for providing data to template fields.</para>
  5457. </summary>
  5458. <param name="dataSource">An object that specifies the data source.</param>
  5459. <param name="dataSourceName">A string that specifies the data source name.</param>
  5460. <param name="dataMember">A string that specifies the data source member.</param>
  5461. </member>
  5462. <member name="P:DevExpress.XtraReports.Wizards.Views.SpecifyReportTemplateOptionsPageView.TaxInclusive">
  5463. <summary>
  5464. <para>Specifies whether the tax value is included in the price values.</para>
  5465. </summary>
  5466. <value>true, if the tax is included in the price values; otherwise, false.</value>
  5467. </member>
  5468. <member name="P:DevExpress.XtraReports.Wizards.Views.SpecifyReportTemplateOptionsPageView.TaxValue">
  5469. <summary>
  5470. <para>Specifies the tax value.</para>
  5471. </summary>
  5472. <value>An object that specifies the tax value.</value>
  5473. </member>
  5474. <member name="P:DevExpress.XtraReports.Wizards.Views.SpecifyReportTemplateOptionsPageView.TaxValueRange">
  5475. <summary>
  5476. <para>Specifies to which range a tax value should be applied.</para>
  5477. </summary>
  5478. <value>A <see cref="T:DevExpress.XtraReports.Wizards.TemplateValueRange"/> enumeration value.</value>
  5479. </member>
  5480. <member name="P:DevExpress.XtraReports.Wizards.Views.SpecifyReportTemplateOptionsPageView.TaxValueType">
  5481. <summary>
  5482. <para>Specifies the selected tax value type.</para>
  5483. </summary>
  5484. <value>A <see cref="T:DevExpress.XtraReports.Wizards.TemplateValueType"/> enumeration value.</value>
  5485. </member>
  5486. <member name="M:DevExpress.XtraReports.Wizards.Views.SpecifyReportTemplateOptionsPageView.UpdateDiscountEditorProperties(System.Boolean,System.String)">
  5487. <summary>
  5488. <para>Updates the discount editor according to the specified settings.</para>
  5489. </summary>
  5490. <param name="isNumeric">true, if the discount value is manually entered; false, if this value is not specified or obtained from a data source</param>
  5491. <param name="mask">A string that specifies the mask applied to the discount value.</param>
  5492. </member>
  5493. <member name="M:DevExpress.XtraReports.Wizards.Views.SpecifyReportTemplateOptionsPageView.UpdateTaxEditorProperties(System.Boolean,System.String)">
  5494. <summary>
  5495. <para>Updates the tax editor according to the specified settings.</para>
  5496. </summary>
  5497. <param name="isNumeric">true, if the tax value is manually entered; false, if this value is not specified or obtained from a data source.</param>
  5498. <param name="mask">A string that specifies the mask applied to the tax value.</param>
  5499. </member>
  5500. <member name="T:DevExpress.XtraReports.Wizards.XtraReportModelUI">
  5501. <summary>
  5502. <para>Enables you to run the Report Wizard and obtain the resulting ReportModel.</para>
  5503. </summary>
  5504. </member>
  5505. <member name="M:DevExpress.XtraReports.Wizards.XtraReportModelUI.#ctor(DevExpress.DataAccess.Wizard.Services.IConnectionStorageService)">
  5506. <summary>
  5507. <para>Initializes a new instance of the XtraReportModelUI class with the specified storage service.</para>
  5508. </summary>
  5509. <param name="connectionStorageService">An object implementing the interface that provides a service functionality to store the data connection settings.</param>
  5510. </member>
  5511. <member name="M:DevExpress.XtraReports.Wizards.XtraReportModelUI.CreateReportModel(System.IServiceProvider)">
  5512. <summary>
  5513. <para>Creates the report model that stores default report settings.</para>
  5514. </summary>
  5515. <param name="serviceProvider">An object that implements the <see cref="T:System.IServiceProvider"/> interface.</param>
  5516. <returns>An <see cref="T:DevExpress.XtraReports.Wizards.XtraReportModel"/> object that stores report settings.</returns>
  5517. </member>
  5518. <member name="M:DevExpress.XtraReports.Wizards.XtraReportModelUI.CreateReportModel(System.IServiceProvider,DevExpress.XtraReports.UI.XtraReport)">
  5519. <summary>
  5520. <para>Creates the report model that stores settings specified on the Specify Report Page Settings wizard page.</para>
  5521. </summary>
  5522. <param name="serviceProvider">An object that implements the <see cref="T:System.IServiceProvider"/> interface.</param>
  5523. <param name="report">An <see cref="T:DevExpress.XtraReports.UI.XtraReport"/> object.</param>
  5524. <returns>An <see cref="T:DevExpress.XtraReports.Wizards.XtraReportModel"/> object that stores report page settings.</returns>
  5525. </member>
  5526. <member name="T:DevExpress.XtraReports.Wizards.XtraReportWizardClient`1">
  5527. <summary>
  5528. <para>Enables you to register wizard page views with the corresponding presenters for a specified <see cref="T:DevExpress.XtraReports.Wizards.XtraReportModel"/>.</para>
  5529. </summary>
  5530. <typeparam name="TModel"></typeparam>
  5531. </member>
  5532. <member name="M:DevExpress.XtraReports.Wizards.XtraReportWizardClient`1.#ctor(DevExpress.DataAccess.Wizard.Services.IConnectionStorageService,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.Entity.ProjectModel.ISolutionTypesProvider,DevExpress.Data.Entity.IConnectionStringsProvider)">
  5533. <summary>
  5534. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards.XtraReportWizardClient`1"/> class with the specified settings.</para>
  5535. </summary>
  5536. <param name="connectionStorage">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IConnectionStorageService"/> interface.</param>
  5537. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  5538. <param name="solutionTypesProvider">An object implementing the <see cref="T:DevExpress.Entity.ProjectModel.ISolutionTypesProvider"/> interface.</param>
  5539. <param name="connectionStringsProvider">An object implementing the <see cref="T:DevExpress.Data.Entity.IConnectionStringsProvider"/> interface.</param>
  5540. </member>
  5541. <member name="M:DevExpress.XtraReports.Wizards.XtraReportWizardClient`1.#ctor(DevExpress.DataAccess.Wizard.Services.IConnectionStorageService,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.Entity.ProjectModel.ISolutionTypesProvider,DevExpress.Data.Entity.IConnectionStringsProvider,DevExpress.DataAccess.Sql.IDBSchemaProvider,DevExpress.DataAccess.Sql.IDBSchemaProviderEx)">
  5542. <summary>
  5543. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards.XtraReportWizardClient`1"/> class with the specified settings.</para>
  5544. </summary>
  5545. <param name="connectionStorage">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IConnectionStorageService"/> interface.</param>
  5546. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  5547. <param name="solutionTypesProvider">An object implementing the <see cref="T:DevExpress.Entity.ProjectModel.ISolutionTypesProvider"/> interface.</param>
  5548. <param name="connectionStringsProvider">An object implementing the <see cref="T:DevExpress.Data.Entity.IConnectionStringsProvider"/> interface.</param>
  5549. <param name="dbSchemaProvider">An object implementing the DevExpress.DataAccess.Sql.IDBSchemaProvider interface.</param>
  5550. <param name="dbSchemaProviderEx">An object implementing the <see cref="T:DevExpress.DataAccess.Sql.IDBSchemaProviderEx"/> interface.</param>
  5551. </member>
  5552. <member name="M:DevExpress.XtraReports.Wizards.XtraReportWizardClient`1.#ctor(DevExpress.DataAccess.Wizard.Services.IConnectionStorageService,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.Entity.ProjectModel.ISolutionTypesProvider,DevExpress.Data.Entity.IConnectionStringsProvider,DevExpress.DataAccess.Sql.IDBSchemaProvider,DevExpress.DataAccess.Sql.IDBSchemaProviderEx,DevExpress.DataAccess.Wizard.Services.IDataSourceNameCreationService,DevExpress.DataAccess.Wizard.OperationMode)">
  5553. <summary>
  5554. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards.XtraReportWizardClient`1"/> class with the specified settings.</para>
  5555. </summary>
  5556. <param name="connectionStorage">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IConnectionStorageService"/> interface.</param>
  5557. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  5558. <param name="solutionTypesProvider">An object implementing the <see cref="T:DevExpress.Entity.ProjectModel.ISolutionTypesProvider"/> interface.</param>
  5559. <param name="connectionStringsProvider">An object implementing the <see cref="T:DevExpress.Data.Entity.IConnectionStringsProvider"/> interface.</param>
  5560. <param name="dbSchemaProvider">An object implementing the DevExpress.DataAccess.Sql.IDBSchemaProvider interface.</param>
  5561. <param name="dbSchemaProviderEx">An object implementing the <see cref="T:DevExpress.DataAccess.Sql.IDBSchemaProviderEx"/> interface.</param>
  5562. <param name="dataSourceNameCreationService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IDataSourceNameCreationService"/> interface.</param>
  5563. <param name="operationMode">An <see cref="T:DevExpress.DataAccess.Wizard.OperationMode"/> enumeration value.</param>
  5564. </member>
  5565. <member name="M:DevExpress.XtraReports.Wizards.XtraReportWizardClient`1.#ctor(DevExpress.DataAccess.Wizard.Services.IConnectionStorageService,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.Entity.ProjectModel.ISolutionTypesProvider,DevExpress.Data.Entity.IConnectionStringsProvider,DevExpress.DataAccess.Sql.IDBSchemaProvider,DevExpress.DataAccess.Sql.IDBSchemaProviderEx,DevExpress.DataAccess.Wizard.Services.IDataSourceNameCreationService,System.IServiceProvider,DevExpress.DataAccess.Wizard.OperationMode)">
  5566. <summary>
  5567. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards.XtraReportWizardClient`1"/> class with the specified settings.</para>
  5568. </summary>
  5569. <param name="connectionStorage">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IConnectionStorageService"/> interface.</param>
  5570. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  5571. <param name="solutionTypesProvider">An object implementing the <see cref="T:DevExpress.Entity.ProjectModel.ISolutionTypesProvider"/> interface.</param>
  5572. <param name="connectionStringsProvider">An object implementing the <see cref="T:DevExpress.Data.Entity.IConnectionStringsProvider"/> interface.</param>
  5573. <param name="dbSchemaProvider">An object implementing the DevExpress.DataAccess.Sql.IDBSchemaProvider interface.</param>
  5574. <param name="dbSchemaProviderEx">An object implementing the <see cref="T:DevExpress.DataAccess.Sql.IDBSchemaProviderEx"/> interface.</param>
  5575. <param name="dataSourceNameCreationService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IDataSourceNameCreationService"/> interface.</param>
  5576. <param name="propertyGridServices">An object implementing the <see cref="T:System.IServiceProvider"/> interface.</param>
  5577. <param name="operationMode">An <see cref="T:DevExpress.DataAccess.Wizard.OperationMode"/> enumeration value.</param>
  5578. </member>
  5579. <member name="M:DevExpress.XtraReports.Wizards.XtraReportWizardClient`1.#ctor(DevExpress.DataAccess.Wizard.Services.IConnectionStorageService,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.Entity.ProjectModel.ISolutionTypesProvider,DevExpress.Data.Entity.IConnectionStringsProvider,DevExpress.DataAccess.Sql.IDBSchemaProvider,DevExpress.DataAccess.Sql.IDBSchemaProviderEx,DevExpress.DataAccess.Wizard.Services.IDataSourceNameCreationService,System.IServiceProvider,DevExpress.DataAccess.Wizard.OperationMode,DevExpress.DataAccess.UI.Wizard.DataSourceWizardSettings,DevExpress.Data.IDisplayNameProvider,DevExpress.DataAccess.Excel.IExcelSchemaProvider,DevExpress.DataAccess.Wizard.Services.DataSourceTypes,DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator,DevExpress.Data.Utils.IDataDirectoryPatchingService)">
  5580. <summary>
  5581. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards.XtraReportWizardClient`1"/> class with the specified settings.</para>
  5582. </summary>
  5583. <param name="connectionStorage">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IConnectionStorageService"/> interface.</param>
  5584. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  5585. <param name="solutionTypesProvider">An object implementing the <see cref="T:DevExpress.Entity.ProjectModel.ISolutionTypesProvider"/> interface.</param>
  5586. <param name="connectionStringsProvider">An object implementing the <see cref="T:DevExpress.Data.Entity.IConnectionStringsProvider"/> interface.</param>
  5587. <param name="dbSchemaProvider">An object implementing the DevExpress.DataAccess.Sql.IDBSchemaProvider interface.</param>
  5588. <param name="dbSchemaProviderEx">An object implementing the <see cref="T:DevExpress.DataAccess.Sql.IDBSchemaProviderEx"/> interface.</param>
  5589. <param name="dataSourceNameCreationService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IDataSourceNameCreationService"/> interface.</param>
  5590. <param name="propertyGridServices">An object implementing the <see cref="T:System.IServiceProvider"/> interface.</param>
  5591. <param name="operationMode">An <see cref="T:DevExpress.DataAccess.Wizard.OperationMode"/> enumeration value.</param>
  5592. <param name="wizardSettings">A <see cref="T:DevExpress.DataAccess.UI.Wizard.DataSourceWizardSettings"/> object.</param>
  5593. <param name="displayNameProvider">An object implementing the <see cref="T:DevExpress.Data.IDisplayNameProvider"/> interface.</param>
  5594. <param name="excelSchemaProvider">An object implementing the <see cref="T:DevExpress.DataAccess.Excel.IExcelSchemaProvider"/> interface.</param>
  5595. <param name="dataSourceTypes">A <see cref="T:DevExpress.DataAccess.Wizard.Services.DataSourceTypes"/> object.</param>
  5596. <param name="customQueryValidator">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator"/> interface.</param>
  5597. <param name="dataDirectoryPatchingService">An object implementing the <see cref="T:DevExpress.Data.Utils.IDataDirectoryPatchingService"/> interface.</param>
  5598. </member>
  5599. <member name="M:DevExpress.XtraReports.Wizards.XtraReportWizardClient`1.#ctor(DevExpress.DataAccess.Wizard.Services.IConnectionStorageService,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.Entity.ProjectModel.ISolutionTypesProvider,DevExpress.Data.Entity.IConnectionStringsProvider,DevExpress.DataAccess.Sql.IDBSchemaProvider,DevExpress.DataAccess.Sql.IDBSchemaProviderEx,DevExpress.DataAccess.Wizard.Services.IDataSourceNameCreationService,System.IServiceProvider,DevExpress.DataAccess.Wizard.OperationMode,DevExpress.DataAccess.Wizard.SqlWizardOptions,DevExpress.Data.IDisplayNameProvider)">
  5600. <summary>
  5601. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards.XtraReportWizardClient`1"/> class with the specified settings.</para>
  5602. </summary>
  5603. <param name="connectionStorage">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IConnectionStorageService"/> interface.</param>
  5604. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  5605. <param name="solutionTypesProvider">An object implementing the <see cref="T:DevExpress.Entity.ProjectModel.ISolutionTypesProvider"/> interface.</param>
  5606. <param name="connectionStringsProvider">An object implementing the <see cref="T:DevExpress.Data.Entity.IConnectionStringsProvider"/> interface.</param>
  5607. <param name="dbSchemaProvider">An object implementing the DevExpress.DataAccess.Sql.IDBSchemaProvider interface.</param>
  5608. <param name="dbSchemaProviderEx">An object implementing the <see cref="T:DevExpress.DataAccess.Sql.IDBSchemaProviderEx"/> interface.</param>
  5609. <param name="dataSourceNameCreationService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IDataSourceNameCreationService"/> interface.</param>
  5610. <param name="propertyGridServices">An object implementing the <see cref="T:System.IServiceProvider"/> interface.</param>
  5611. <param name="operationMode">An <see cref="T:DevExpress.DataAccess.Wizard.OperationMode"/> enumeration value.</param>
  5612. <param name="sqlWizardOptions">One or more <see cref="T:DevExpress.DataAccess.Wizard.SqlWizardOptions"/> enumeration values.</param>
  5613. <param name="displayNameProvider">An object implementing the <see cref="T:DevExpress.Data.IDisplayNameProvider"/> interface.</param>
  5614. </member>
  5615. <member name="M:DevExpress.XtraReports.Wizards.XtraReportWizardClient`1.#ctor(DevExpress.DataAccess.Wizard.Services.IConnectionStorageService,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.Entity.ProjectModel.ISolutionTypesProvider,DevExpress.Data.Entity.IConnectionStringsProvider,DevExpress.DataAccess.Sql.IDBSchemaProvider,DevExpress.DataAccess.Sql.IDBSchemaProviderEx,DevExpress.DataAccess.Wizard.Services.IDataSourceNameCreationService,System.IServiceProvider,DevExpress.DataAccess.Wizard.OperationMode,DevExpress.DataAccess.Wizard.SqlWizardOptions,DevExpress.Data.IDisplayNameProvider,DevExpress.DataAccess.Excel.IExcelSchemaProvider,DevExpress.DataAccess.Wizard.Services.DataSourceTypes)">
  5616. <summary>
  5617. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards.XtraReportWizardClient`1"/> class with the specified settings.</para>
  5618. </summary>
  5619. <param name="connectionStorage">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IConnectionStorageService"/> interface.</param>
  5620. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  5621. <param name="solutionTypesProvider">An object implementing the <see cref="T:DevExpress.Entity.ProjectModel.ISolutionTypesProvider"/> interface.</param>
  5622. <param name="connectionStringsProvider">An object implementing the <see cref="T:DevExpress.Data.Entity.IConnectionStringsProvider"/> interface.</param>
  5623. <param name="dbSchemaProvider">An object implementing the DevExpress.DataAccess.Sql.IDBSchemaProvider interface.</param>
  5624. <param name="dbSchemaProviderEx">An object implementing the <see cref="T:DevExpress.DataAccess.Sql.IDBSchemaProviderEx"/> interface.</param>
  5625. <param name="dataSourceNameCreationService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IDataSourceNameCreationService"/> interface.</param>
  5626. <param name="propertyGridServices">An object implementing the <see cref="T:System.IServiceProvider"/> interface.</param>
  5627. <param name="operationMode">An <see cref="T:DevExpress.DataAccess.Wizard.OperationMode"/> enumeration value.</param>
  5628. <param name="sqlWizardOptions">One or more <see cref="T:DevExpress.DataAccess.Wizard.SqlWizardOptions"/> enumeration values.</param>
  5629. <param name="displayNameProvider">An object implementing the <see cref="T:DevExpress.Data.IDisplayNameProvider"/> interface.</param>
  5630. <param name="excelSchemaProvider">An object implementing the <see cref="T:DevExpress.DataAccess.Excel.IExcelSchemaProvider"/> interface.</param>
  5631. <param name="dataSourceTypes">A <see cref="T:DevExpress.DataAccess.Wizard.Services.DataSourceTypes"/> object.</param>
  5632. </member>
  5633. <member name="M:DevExpress.XtraReports.Wizards.XtraReportWizardClient`1.#ctor(DevExpress.DataAccess.Wizard.Services.IConnectionStorageService,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.Entity.ProjectModel.ISolutionTypesProvider,DevExpress.Data.Entity.IConnectionStringsProvider,DevExpress.DataAccess.Sql.IDBSchemaProvider,DevExpress.DataAccess.Sql.IDBSchemaProviderEx,DevExpress.DataAccess.Wizard.Services.IDataSourceNameCreationService,System.IServiceProvider,DevExpress.DataAccess.Wizard.OperationMode,DevExpress.DataAccess.Wizard.SqlWizardOptions,DevExpress.Data.IDisplayNameProvider,DevExpress.DataAccess.Excel.IExcelSchemaProvider,DevExpress.DataAccess.Wizard.Services.DataSourceTypes,System.Collections.Generic.IEnumerable{DevExpress.DataAccess.UI.Wizard.ProviderLookupItem},DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator)">
  5634. <summary>
  5635. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards.XtraReportWizardClient`1"/> class with the specified settings.</para>
  5636. </summary>
  5637. <param name="connectionStorage">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IConnectionStorageService"/> interface.</param>
  5638. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  5639. <param name="solutionTypesProvider">An object implementing the <see cref="T:DevExpress.Entity.ProjectModel.ISolutionTypesProvider"/> interface.</param>
  5640. <param name="connectionStringsProvider">An object implementing the <see cref="T:DevExpress.Data.Entity.IConnectionStringsProvider"/> interface.</param>
  5641. <param name="dbSchemaProvider">An object implementing the DevExpress.DataAccess.Sql.IDBSchemaProvider interface.</param>
  5642. <param name="dbSchemaProviderEx">An object implementing the <see cref="T:DevExpress.DataAccess.Sql.IDBSchemaProviderEx"/> interface.</param>
  5643. <param name="dataSourceNameCreationService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IDataSourceNameCreationService"/> interface.</param>
  5644. <param name="propertyGridServices">An object implementing the <see cref="T:System.IServiceProvider"/> interface.</param>
  5645. <param name="operationMode">An <see cref="T:DevExpress.DataAccess.Wizard.OperationMode"/> enumeration value.</param>
  5646. <param name="sqlWizardOptions">One or more <see cref="T:DevExpress.DataAccess.Wizard.SqlWizardOptions"/> enumeration values.</param>
  5647. <param name="displayNameProvider">An object implementing the <see cref="T:DevExpress.Data.IDisplayNameProvider"/> interface.</param>
  5648. <param name="excelSchemaProvider">An object implementing the <see cref="T:DevExpress.DataAccess.Excel.IExcelSchemaProvider"/> interface.</param>
  5649. <param name="dataSourceTypes">A <see cref="T:DevExpress.DataAccess.Wizard.Services.DataSourceTypes"/> object.</param>
  5650. <param name="dataProviders">A collection of <see cref="T:DevExpress.DataAccess.UI.Wizard.ProviderLookupItem"/> objects.</param>
  5651. <param name="customQueryValidator">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator"/> interface.</param>
  5652. </member>
  5653. <member name="M:DevExpress.XtraReports.Wizards.XtraReportWizardClient`1.#ctor(DevExpress.DataAccess.Wizard.Services.IConnectionStorageService,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.Entity.ProjectModel.ISolutionTypesProvider,DevExpress.Data.Entity.IConnectionStringsProvider,DevExpress.DataAccess.Sql.IDBSchemaProvider,DevExpress.DataAccess.Sql.IDBSchemaProviderEx,DevExpress.DataAccess.Wizard.Services.IDataSourceNameCreationService,System.IServiceProvider,DevExpress.DataAccess.Wizard.OperationMode,DevExpress.DataAccess.Wizard.SqlWizardOptions,DevExpress.DataAccess.Wizard.SensitiveInfoSavingBehavior,DevExpress.DataAccess.Wizard.MongoDBWizardOptions,DevExpress.DataAccess.Wizard.MongoDBSensitiveInfoSavingBehavior,DevExpress.Data.IDisplayNameProvider,DevExpress.DataAccess.Excel.IExcelSchemaProvider,DevExpress.DataAccess.Wizard.Services.DataSourceTypes,System.Collections.Generic.IEnumerable{DevExpress.DataAccess.UI.Wizard.ProviderLookupItem},DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator,DevExpress.Data.Utils.IDataDirectoryPatchingService)">
  5654. <summary>
  5655. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards.XtraReportWizardClient`1"/> class with specified settings.</para>
  5656. </summary>
  5657. <param name="connectionStorage"></param>
  5658. <param name="parameterService"></param>
  5659. <param name="solutionTypesProvider"></param>
  5660. <param name="connectionStringsProvider"></param>
  5661. <param name="dbSchemaProvider"></param>
  5662. <param name="dbSchemaProviderEx"></param>
  5663. <param name="dataSourceNameCreationService"></param>
  5664. <param name="propertyGridServices"></param>
  5665. <param name="operationMode"></param>
  5666. <param name="sqlWizardOptions"></param>
  5667. <param name="databaseCredentialsSavingOption"></param>
  5668. <param name="mongoDBWizardOptions"></param>
  5669. <param name="mongoDBSensitiveInfoSavingBehavior"></param>
  5670. <param name="displayNameProvider"></param>
  5671. <param name="excelSchemaProvider"></param>
  5672. <param name="dataSourceTypes"></param>
  5673. <param name="dataProviders"></param>
  5674. <param name="customQueryValidator"></param>
  5675. <param name="dataDirectoryPatchingService"></param>
  5676. </member>
  5677. <member name="P:DevExpress.XtraReports.Wizards.XtraReportWizardClient`1.DataSourceFactory">
  5678. <summary>
  5679. <para>For internal use.</para>
  5680. </summary>
  5681. <value>An object implementing the <see cref="T:DevExpress.XtraReports.Wizards.IDataSourceFactory"/> interface.</value>
  5682. </member>
  5683. <member name="M:DevExpress.XtraReports.Wizards.XtraReportWizardClient`1.RegisterDependencies(DevExpress.Utils.IoC.IntegrityContainer)">
  5684. <summary>
  5685. <para>Registers wizard page views with the corresponding presenters for the specified <see cref="T:DevExpress.XtraReports.Wizards.XtraReportModel"/>.</para>
  5686. </summary>
  5687. <param name="container">A <see cref="T:DevExpress.Utils.IoC.IntegrityContainer"/> object.</param>
  5688. </member>
  5689. <member name="P:DevExpress.XtraReports.Wizards.XtraReportWizardClient`1.ReportWizardSettings">
  5690. <summary>
  5691. <para>Provides access to the Report Wizard settings.</para>
  5692. </summary>
  5693. <value>A <see cref="T:DevExpress.XtraReports.Wizards.ReportWizardSettings"/> object.</value>
  5694. </member>
  5695. <member name="N:DevExpress.XtraReports.Wizards3">
  5696. <summary>
  5697. <para>This namespace is no longer used. Use classes from the <see cref="N:DevExpress.XtraReports.Wizards"/> namespace instead.</para>
  5698. </summary>
  5699. </member>
  5700. <member name="T:DevExpress.XtraReports.Wizards3.IWizardCustomizationService">
  5701. <summary>
  5702. <para>Obsolete. Use the DevExpress.XtraReports.Wizards.IWizardCustomizationService interface instead.</para>
  5703. </summary>
  5704. </member>
  5705. <member name="M:DevExpress.XtraReports.Wizards3.IWizardCustomizationService.CustomizeDataSourceWizard(DevExpress.DataAccess.UI.Wizard.IWizardCustomization{DevExpress.XtraReports.Wizards3.XtraReportModel})">
  5706. <summary>
  5707. <para>Enables customization of the Data Source Wizard pages.</para>
  5708. </summary>
  5709. <param name="tool">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1"/> interface, specifying the <see cref="T:DevExpress.XtraReports.Wizards3.XtraReportModel"/>.</param>
  5710. </member>
  5711. <member name="M:DevExpress.XtraReports.Wizards3.IWizardCustomizationService.CustomizeReportWizard(DevExpress.DataAccess.UI.Wizard.IWizardCustomization{DevExpress.XtraReports.Wizards3.XtraReportModel})">
  5712. <summary>
  5713. <para>Enables customization of the Report Wizard pages.</para>
  5714. </summary>
  5715. <param name="tool">An object implementing the <see cref="T:DevExpress.DataAccess.UI.Wizard.IWizardCustomization`1"/> interface, specifying the <see cref="T:DevExpress.XtraReports.Wizards3.XtraReportModel"/>.</param>
  5716. </member>
  5717. <member name="M:DevExpress.XtraReports.Wizards3.IWizardCustomizationService.TryCreateDataSource(DevExpress.DataAccess.Wizard.Model.IDataSourceModel,System.Object@,System.String@)">
  5718. <summary>
  5719. <para>Creates a new report data source with the specified settings.</para>
  5720. </summary>
  5721. <param name="model">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Model.IDataSourceModel"/> interface.</param>
  5722. <param name="dataSource">A <see cref="T:System.Object"/> value, specifying the data source.</param>
  5723. <param name="dataMember">A <see cref="T:System.String"/> value, specifying the data member.</param>
  5724. <returns>true, if the data source has been created; otherwise, false.</returns>
  5725. </member>
  5726. <member name="M:DevExpress.XtraReports.Wizards3.IWizardCustomizationService.TryCreateReport(System.ComponentModel.Design.IDesignerHost,DevExpress.XtraReports.Wizards3.XtraReportModel,System.Object,System.String)">
  5727. <summary>
  5728. <para>Creates a new report with the specified settings.</para>
  5729. </summary>
  5730. <param name="designerHost">An object implementing the <see cref="T:System.ComponentModel.Design.IDesignerHost"/> interface that is used to manage designer transactions and components.</param>
  5731. <param name="model">An <see cref="T:DevExpress.XtraReports.Wizards3.XtraReportModel"/> object.</param>
  5732. <param name="dataSource">A <see cref="T:System.Object"/> value, specifying the data source.</param>
  5733. <param name="dataMember">A <see cref="T:System.String"/> value, specifying the data member.</param>
  5734. <returns>true, if the report has been created; otherwise, false.</returns>
  5735. </member>
  5736. <member name="N:DevExpress.XtraReports.Wizards3.Presenters">
  5737. <summary>
  5738. <para>This namespace is no longer used. Use classes from the <see cref="N:DevExpress.XtraReports.Wizards.Presenters"/> namespace instead.</para>
  5739. </summary>
  5740. </member>
  5741. <member name="T:DevExpress.XtraReports.Wizards3.Presenters.ChooseEFConnectionStringPageEx`1">
  5742. <summary>
  5743. <para>Obsolete. Use the <see cref="T:DevExpress.XtraReports.Wizards.Presenters.ChooseEFConnectionStringPageEx`1"/> class instead.</para>
  5744. </summary>
  5745. <typeparam name="TModel"></typeparam>
  5746. </member>
  5747. <member name="M:DevExpress.XtraReports.Wizards3.Presenters.ChooseEFConnectionStringPageEx`1.#ctor(DevExpress.DataAccess.Wizard.Views.IChooseEFConnectionStringPageView,DevExpress.DataAccess.Wizard.IWizardRunnerContext,DevExpress.Data.Entity.IConnectionStringsProvider,DevExpress.DataAccess.Wizard.Services.IConnectionStorageService)">
  5748. <summary>
  5749. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards3.Presenters.ChooseEFConnectionStringPageEx`1"/> class with the specified settings.</para>
  5750. </summary>
  5751. <param name="view">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Views.IChooseEFConnectionStringPageView"/> interface that provides a view for a wizard page.</param>
  5752. <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface that provides the functionality to run the wizard.</param>
  5753. <param name="connectionStringsProvider">An object implementing the <see cref="T:DevExpress.Data.Entity.IConnectionStringsProvider"/> interface that provides access to the available connection strings.</param>
  5754. <param name="connectionStorageService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IConnectionStorageService"/> interface that provides a service functionality to store the data connection settings.</param>
  5755. </member>
  5756. <member name="T:DevExpress.XtraReports.Wizards3.Presenters.ChooseEFDataMemberPageEx`1">
  5757. <summary>
  5758. <para>Obsolete. Use the <see cref="T:DevExpress.XtraReports.Wizards.Presenters.ChooseEFDataMemberPageEx`1"/> class instead.</para>
  5759. </summary>
  5760. <typeparam name="TModel"></typeparam>
  5761. </member>
  5762. <member name="M:DevExpress.XtraReports.Wizards3.Presenters.ChooseEFDataMemberPageEx`1.#ctor(DevExpress.DataAccess.Wizard.Views.IChooseEFDataMemberPageView,DevExpress.DataAccess.Wizard.IWizardRunnerContext)">
  5763. <summary>
  5764. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards3.Presenters.ChooseEFDataMemberPageEx`1"/> class with the specified settings.</para>
  5765. </summary>
  5766. <param name="view">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Views.IChooseEFDataMemberPageView"/> interface that provides a view for a wizard page.</param>
  5767. <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface that provides the functionality to run the wizard.</param>
  5768. </member>
  5769. <member name="T:DevExpress.XtraReports.Wizards3.Presenters.ChooseObjectBindingModePageEx`1">
  5770. <summary>
  5771. <para>Obsolete. Use the <see cref="T:DevExpress.XtraReports.Wizards.Presenters.ChooseObjectBindingModePageEx`1"/> class instead.</para>
  5772. </summary>
  5773. <typeparam name="TModel"></typeparam>
  5774. </member>
  5775. <member name="M:DevExpress.XtraReports.Wizards3.Presenters.ChooseObjectBindingModePageEx`1.#ctor(DevExpress.DataAccess.Wizard.IWizardRunnerContext,DevExpress.DataAccess.Wizard.Views.IChooseObjectBindingModePageView,DevExpress.DataAccess.Wizard.OperationMode)">
  5776. <summary>
  5777. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards3.Presenters.ChooseObjectBindingModePageEx`1"/> class with the specified settings.</para>
  5778. </summary>
  5779. <param name="wizardRunnerContext">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface.</param>
  5780. <param name="view">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Views.IChooseObjectBindingModePageView"/> interface.</param>
  5781. <param name="operationMode">An <see cref="T:DevExpress.DataAccess.Wizard.OperationMode"/> enumeration value.</param>
  5782. </member>
  5783. <member name="T:DevExpress.XtraReports.Wizards3.Presenters.ChooseObjectConstructorPageEx`1">
  5784. <summary>
  5785. <para>Obsolete. Use the <see cref="T:DevExpress.XtraReports.Wizards.Presenters.ChooseObjectConstructorPageEx`1"/> class instead.</para>
  5786. </summary>
  5787. <typeparam name="TModel"></typeparam>
  5788. </member>
  5789. <member name="M:DevExpress.XtraReports.Wizards3.Presenters.ChooseObjectConstructorPageEx`1.#ctor(DevExpress.DataAccess.Wizard.Views.IChooseObjectConstructorPageView,DevExpress.DataAccess.Wizard.OperationMode)">
  5790. <summary>
  5791. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards3.Presenters.ChooseObjectConstructorPageEx`1"/> class with the specified settings.</para>
  5792. </summary>
  5793. <param name="view">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Views.IChooseObjectConstructorPageView"/> interface that provides a view for a wizard page.</param>
  5794. <param name="operationMode">An <see cref="T:DevExpress.DataAccess.Wizard.OperationMode"/> enumeration value that specifies which modes of operation are available.</param>
  5795. </member>
  5796. <member name="T:DevExpress.XtraReports.Wizards3.Presenters.ChooseObjectMemberPageEx`1">
  5797. <summary>
  5798. <para>Obsolete. Use the <see cref="T:DevExpress.XtraReports.Wizards.Presenters.ChooseObjectMemberPageEx`1"/> class instead.</para>
  5799. </summary>
  5800. <typeparam name="TModel"></typeparam>
  5801. </member>
  5802. <member name="M:DevExpress.XtraReports.Wizards3.Presenters.ChooseObjectMemberPageEx`1.#ctor(DevExpress.DataAccess.Wizard.Views.IChooseObjectMemberPageView,DevExpress.DataAccess.Wizard.IWizardRunnerContext,DevExpress.DataAccess.Wizard.OperationMode)">
  5803. <summary>
  5804. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards3.Presenters.ChooseObjectMemberPageEx`1"/> class with the specified settings.</para>
  5805. </summary>
  5806. <param name="view">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Views.IChooseObjectMemberPageView"/> interface that provides a view for a wizard page.</param>
  5807. <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface that provides the functionality to run the wizard.</param>
  5808. <param name="operationMode">An <see cref="T:DevExpress.DataAccess.Wizard.OperationMode"/> enumeration value that specifies which modes of operation are available.</param>
  5809. </member>
  5810. <member name="T:DevExpress.XtraReports.Wizards3.Presenters.ChooseObjectTypePageEx`1">
  5811. <summary>
  5812. <para>Obsolete. Use the <see cref="T:DevExpress.XtraReports.Wizards.Presenters.ChooseObjectTypePageEx`1"/> class instead.</para>
  5813. </summary>
  5814. <typeparam name="TModel"></typeparam>
  5815. </member>
  5816. <member name="M:DevExpress.XtraReports.Wizards3.Presenters.ChooseObjectTypePageEx`1.#ctor(DevExpress.DataAccess.Wizard.Views.IChooseObjectTypePageView,DevExpress.DataAccess.Wizard.IWizardRunnerContext,DevExpress.DataAccess.Wizard.OperationMode)">
  5817. <summary>
  5818. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards3.Presenters.ChooseObjectTypePageEx`1"/> class with the specified settings.</para>
  5819. </summary>
  5820. <param name="view">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Views.IChooseObjectTypePageView"/> interface that provides a view for a wizard page.</param>
  5821. <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface that provides the functionality to run the wizard.</param>
  5822. <param name="operationMode">An <see cref="T:DevExpress.DataAccess.Wizard.OperationMode"/> enumeration value that specifies which modes of operation are available.</param>
  5823. </member>
  5824. <member name="T:DevExpress.XtraReports.Wizards3.Presenters.ConfigureEFConnectionStringPageEx`1">
  5825. <summary>
  5826. <para>Obsolete. Use the <see cref="T:DevExpress.XtraReports.Wizards.Presenters.ConfigureEFConnectionStringPageEx`1"/> class instead.</para>
  5827. </summary>
  5828. <typeparam name="TModel"></typeparam>
  5829. </member>
  5830. <member name="M:DevExpress.XtraReports.Wizards3.Presenters.ConfigureEFConnectionStringPageEx`1.#ctor(DevExpress.DataAccess.Wizard.Views.IConfigureEFConnectionStringPageView,DevExpress.DataAccess.Wizard.IWizardRunnerContext,DevExpress.DataAccess.Wizard.Services.IConnectionStorageService)">
  5831. <summary>
  5832. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards3.Presenters.ConfigureEFConnectionStringPageEx`1"/> class with the specified settings.</para>
  5833. </summary>
  5834. <param name="view">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Views.IConfigureEFConnectionStringPageView"/> interface that provides a view for a wizard page.</param>
  5835. <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface that provides the functionality to run the wizard.</param>
  5836. <param name="connectionStorageService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IConnectionStorageService"/> interface that provides a service functionality to store the data connection settings.</param>
  5837. </member>
  5838. <member name="T:DevExpress.XtraReports.Wizards3.Presenters.ConfigureEFStoredProceduresPageEx`1">
  5839. <summary>
  5840. <para>Obsolete. Use the <see cref="T:DevExpress.XtraReports.Wizards.Presenters.ConfigureEFStoredProceduresPageEx`1"/> class instead.</para>
  5841. </summary>
  5842. <typeparam name="TModel"></typeparam>
  5843. </member>
  5844. <member name="M:DevExpress.XtraReports.Wizards3.Presenters.ConfigureEFStoredProceduresPageEx`1.#ctor(DevExpress.DataAccess.Wizard.Views.IConfigureEFStoredProceduresPageView,DevExpress.DataAccess.Wizard.IWizardRunnerContext,DevExpress.DataAccess.Wizard.Services.IParameterService)">
  5845. <summary>
  5846. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards3.Presenters.ConfigureEFStoredProceduresPageEx`1"/> class with the specified settings.</para>
  5847. </summary>
  5848. <param name="view">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Views.IConfigureEFStoredProceduresPageView"/> interface that provides a view for a wizard page.</param>
  5849. <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface that provides the functionality to run the wizard.</param>
  5850. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface that provides a service functionality to manage query parameters.</param>
  5851. </member>
  5852. <member name="T:DevExpress.XtraReports.Wizards3.Presenters.ConfigureExcelFileColumnsPageEx`1">
  5853. <summary>
  5854. <para>Obsolete. Use the <see cref="T:DevExpress.XtraReports.Wizards.Presenters.ConfigureExcelFileColumnsPageEx`1"/> class instead.</para>
  5855. </summary>
  5856. <typeparam name="TModel"></typeparam>
  5857. </member>
  5858. <member name="M:DevExpress.XtraReports.Wizards3.Presenters.ConfigureExcelFileColumnsPageEx`1.#ctor(DevExpress.DataAccess.Wizard.Views.IConfigureExcelFileColumnsPageView,DevExpress.DataAccess.Wizard.IWizardRunnerContext)">
  5859. <summary>
  5860. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards3.Presenters.ConfigureExcelFileColumnsPageEx`1"/> class with the specified settings.</para>
  5861. </summary>
  5862. <param name="view">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Views.IConfigureExcelFileColumnsPageView"/> interface that provides a view for a wizard page.</param>
  5863. <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface that provides the functionality to run the wizard.</param>
  5864. </member>
  5865. <member name="T:DevExpress.XtraReports.Wizards3.Presenters.ConfigureQueryPageEx`1">
  5866. <summary>
  5867. <para>Obsolete. Use the <see cref="T:DevExpress.XtraReports.Wizards.Presenters.ConfigureQueryPageEx`1"/> class instead.</para>
  5868. </summary>
  5869. <typeparam name="TModel"></typeparam>
  5870. </member>
  5871. <member name="M:DevExpress.XtraReports.Wizards3.Presenters.ConfigureQueryPageEx`1.#ctor(DevExpress.DataAccess.Wizard.Views.IConfigureQueryPageView,DevExpress.DataAccess.Wizard.IWizardRunnerContext,DevExpress.DataAccess.Wizard.SqlWizardOptions,DevExpress.DataAccess.Sql.IDBSchemaProviderEx,DevExpress.DataAccess.Sql.IResultSchemaProvider,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator)">
  5872. <summary>
  5873. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards3.Presenters.ConfigureQueryPageEx`1"/> class with the specified settings.</para>
  5874. </summary>
  5875. <param name="view">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Views.IConfigureQueryPageView"/> interface.</param>
  5876. <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface.</param>
  5877. <param name="options">An object that specifies the wizard options.</param>
  5878. <param name="dbSchemaProviderEx">An object implementing the <see cref="T:DevExpress.DataAccess.Sql.IDBSchemaProviderEx"/> interface.</param>
  5879. <param name="resultSchemaProvider">An object implementing the <see cref="T:DevExpress.DataAccess.Sql.IResultSchemaProvider"/> interface.</param>
  5880. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  5881. <param name="customQueryValidator">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator"/> interface.</param>
  5882. </member>
  5883. <member name="M:DevExpress.XtraReports.Wizards3.Presenters.ConfigureQueryPageEx`1.#ctor(DevExpress.DataAccess.Wizard.Views.IConfigureQueryPageView,DevExpress.DataAccess.Wizard.IWizardRunnerContext,DevExpress.DataAccess.Wizard.SqlWizardOptions,DevExpress.DataAccess.Sql.IDBSchemaProviderEx,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator)">
  5884. <summary>
  5885. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards3.Presenters.ConfigureQueryPageEx`1"/> class with the specified settings.</para>
  5886. </summary>
  5887. <param name="view">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Views.IConfigureQueryPageView"/> interface that provides a view for a wizard page.</param>
  5888. <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface that provides the functionality to run the wizard.</param>
  5889. <param name="options">An object that specifies the wizard options.</param>
  5890. <param name="dbSchemaProviderEx">An object implementing the <see cref="T:DevExpress.DataAccess.Sql.IDBSchemaProviderEx"/> interface that provides the capability to customize the data source schema.</param>
  5891. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface that provides a service functionality to manage query parameters.</param>
  5892. <param name="customQueryValidator">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator"/> interface that provides custom validation logic for SQL queries.</param>
  5893. </member>
  5894. <member name="T:DevExpress.XtraReports.Wizards3.Presenters.ConfigureSqlParametersPageEx`1">
  5895. <summary>
  5896. <para>Obsolete. Use the <see cref="T:DevExpress.XtraReports.Wizards.Presenters.ConfigureSqlParametersPageEx`1"/> class instead.</para>
  5897. </summary>
  5898. <typeparam name="TModel"></typeparam>
  5899. </member>
  5900. <member name="M:DevExpress.XtraReports.Wizards3.Presenters.ConfigureSqlParametersPageEx`1.#ctor(DevExpress.DataAccess.Wizard.Views.IConfigureParametersPageView,DevExpress.DataAccess.Wizard.IWizardRunnerContext,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.DataAccess.Sql.IDBSchemaProviderEx,DevExpress.DataAccess.Sql.IResultSchemaProvider,DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator,DevExpress.DataAccess.Wizard.SqlWizardOptions)">
  5901. <summary>
  5902. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards3.Presenters.ConfigureSqlParametersPageEx`1"/> class with the specified settings.</para>
  5903. </summary>
  5904. <param name="view">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Views.IConfigureParametersPageView"/> interface.</param>
  5905. <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface.</param>
  5906. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  5907. <param name="dbSchemaProvider">An object implementing the <see cref="T:DevExpress.DataAccess.Sql.IDBSchemaProviderEx"/> interface.</param>
  5908. <param name="resultSchemaProvider">An object implementing the <see cref="T:DevExpress.DataAccess.Sql.IResultSchemaProvider"/> interface.</param>
  5909. <param name="customQueryValidator">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator"/> interface.</param>
  5910. <param name="options">An object that specifies the wizard options.</param>
  5911. </member>
  5912. <member name="M:DevExpress.XtraReports.Wizards3.Presenters.ConfigureSqlParametersPageEx`1.#ctor(DevExpress.DataAccess.Wizard.Views.IConfigureParametersPageView,DevExpress.DataAccess.Wizard.IWizardRunnerContext,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.DataAccess.Sql.IDBSchemaProviderEx,DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator,DevExpress.DataAccess.Wizard.SqlWizardOptions)">
  5913. <summary>
  5914. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards3.Presenters.ConfigureSqlParametersPageEx`1"/> class with the specified settings.</para>
  5915. </summary>
  5916. <param name="view">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Views.IConfigureParametersPageView"/> interface that provides a view for a wizard page.</param>
  5917. <param name="context">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface that provides the functionality to run the wizard.</param>
  5918. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface that provides a service functionality to manage query parameters.</param>
  5919. <param name="dbSchemaProvider">An object implementing the <see cref="T:DevExpress.DataAccess.Sql.IDBSchemaProviderEx"/> interface that provides the capability to customize the data source schema.</param>
  5920. <param name="customQueryValidator">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.ICustomQueryValidator"/> interface that provides custom validation logic for SQL queries.</param>
  5921. <param name="options">An object that specifies the wizard options.</param>
  5922. </member>
  5923. <member name="T:DevExpress.XtraReports.Wizards3.Presenters.ObjectConstructorParametersPageEx`1">
  5924. <summary>
  5925. <para>Obsolete. Use the <see cref="T:DevExpress.XtraReports.Wizards.Presenters.ObjectConstructorParametersPageEx`1"/> class instead.</para>
  5926. </summary>
  5927. <typeparam name="TModel"></typeparam>
  5928. </member>
  5929. <member name="M:DevExpress.XtraReports.Wizards3.Presenters.ObjectConstructorParametersPageEx`1.#ctor(DevExpress.DataAccess.Wizard.IWizardRunnerContext,DevExpress.DataAccess.Wizard.Views.IObjectConstructorParametersPageView,DevExpress.DataAccess.Wizard.Services.IParameterService)">
  5930. <summary>
  5931. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards3.Presenters.ObjectConstructorParametersPageEx`1"/> class with the specified settings.</para>
  5932. </summary>
  5933. <param name="wizardRunnerContext">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.IWizardRunnerContext"/> interface that provides the functionality to run the wizard.</param>
  5934. <param name="view">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Views.IObjectConstructorParametersPageView"/> interface.</param>
  5935. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  5936. </member>
  5937. <member name="T:DevExpress.XtraReports.Wizards3.Presenters.ObjectMemberParametersPageEx`1">
  5938. <summary>
  5939. <para>Obsolete. Use the <see cref="T:DevExpress.XtraReports.Wizards.Presenters.ObjectMemberParametersPageEx`1"/> class instead.</para>
  5940. </summary>
  5941. <typeparam name="TModel"></typeparam>
  5942. </member>
  5943. <member name="M:DevExpress.XtraReports.Wizards3.Presenters.ObjectMemberParametersPageEx`1.#ctor(DevExpress.DataAccess.Wizard.Views.IObjectMemberParametersPageView,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.DataAccess.Wizard.OperationMode)">
  5944. <summary>
  5945. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards3.Presenters.ObjectMemberParametersPageEx`1"/> class with the specified settings.</para>
  5946. </summary>
  5947. <param name="view">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Views.IObjectMemberParametersPageView"/> interface that provides a view for a wizard page.</param>
  5948. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface that provides a service functionality to manage parameters.</param>
  5949. <param name="operationMode">An <see cref="T:DevExpress.DataAccess.Wizard.OperationMode"/> enumeration value that specifies which modes of operation are available.</param>
  5950. </member>
  5951. <member name="T:DevExpress.XtraReports.Wizards3.Presenters.SelectColumnsPage`1">
  5952. <summary>
  5953. <para>Obsolete. Use the <see cref="T:DevExpress.XtraReports.Wizards.Presenters.SelectColumnsPage`1"/> class instead.</para>
  5954. </summary>
  5955. <typeparam name="TModel"></typeparam>
  5956. </member>
  5957. <member name="M:DevExpress.XtraReports.Wizards3.Presenters.SelectColumnsPage`1.#ctor(DevExpress.XtraReports.Wizards.Views.ISelectColumnsPageView)">
  5958. <summary>
  5959. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards3.Presenters.SelectColumnsPage`1"/> class with the specified page view.</para>
  5960. </summary>
  5961. <param name="view">An object implementing the <see cref="T:DevExpress.XtraReports.Wizards.Views.ISelectColumnsPageView"/> interface.</param>
  5962. </member>
  5963. <member name="M:DevExpress.XtraReports.Wizards3.Presenters.SelectColumnsPage`1.#ctor(DevExpress.XtraReports.Wizards.Views.ISelectColumnsPageView,DevExpress.XtraReports.Wizards.IColumnInfoCache)">
  5964. <summary>
  5965. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards3.Presenters.SelectColumnsPage`1"/> class with the specified settings.</para>
  5966. </summary>
  5967. <param name="view">An object implementing the <see cref="T:DevExpress.XtraReports.Wizards.Views.ISelectColumnsPageView"/> interface.</param>
  5968. <param name="columnInfoCache">An object implementing the <see cref="T:DevExpress.XtraReports.Wizards.IColumnInfoCache"/> interface. (Typically, it is the <see cref="T:DevExpress.XtraReports.Wizards.ColumnInfoCache"/> object.)</param>
  5969. </member>
  5970. <member name="T:DevExpress.XtraReports.Wizards3.SqlWizardOptionsProvider">
  5971. <summary>
  5972. <para>Obsolete. This class is no longer used in the current Report Wizard implementation.</para>
  5973. </summary>
  5974. </member>
  5975. <member name="M:DevExpress.XtraReports.Wizards3.SqlWizardOptionsProvider.#ctor(System.Func{DevExpress.DataAccess.Wizard.SqlWizardOptions})">
  5976. <summary>
  5977. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards3.SqlWizardOptionsProvider"/> class with the specified wizard options.</para>
  5978. </summary>
  5979. <param name="getOptions">A function specifying the required <see cref="T:DevExpress.DataAccess.Wizard.SqlWizardOptions"/>.</param>
  5980. </member>
  5981. <member name="N:DevExpress.XtraReports.Wizards3.Views">
  5982. <summary>
  5983. <para>This namespace is no longer used. Use classes from the <see cref="N:DevExpress.XtraReports.Wizards.Views"/> namespace instead.</para>
  5984. </summary>
  5985. </member>
  5986. <member name="T:DevExpress.XtraReports.Wizards3.Views.AddGroupingLevelPageView">
  5987. <summary>
  5988. <para>Obsolete. Use the <see cref="T:DevExpress.XtraReports.Wizards.Views.AddGroupingLevelPageView"/> class instead.</para>
  5989. </summary>
  5990. </member>
  5991. <member name="M:DevExpress.XtraReports.Wizards3.Views.AddGroupingLevelPageView.#ctor">
  5992. <summary>
  5993. <para>Creates a new instance of the <see cref="T:DevExpress.XtraReports.Wizards3.Views.AddGroupingLevelPageView"/> class with the default settings.</para>
  5994. </summary>
  5995. </member>
  5996. <member name="T:DevExpress.XtraReports.Wizards3.Views.ChooseObjectConstructorPageViewEx">
  5997. <summary>
  5998. <para>Obsolete. Use the <see cref="T:DevExpress.XtraReports.Wizards.Views.ChooseObjectConstructorPageViewEx"/> class instead.</para>
  5999. </summary>
  6000. </member>
  6001. <member name="M:DevExpress.XtraReports.Wizards3.Views.ChooseObjectConstructorPageViewEx.#ctor">
  6002. <summary>
  6003. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards3.Views.ChooseObjectConstructorPageViewEx"/> class with the default settings.</para>
  6004. </summary>
  6005. </member>
  6006. <member name="T:DevExpress.XtraReports.Wizards3.Views.ChooseReportLayoutPageView">
  6007. <summary>
  6008. <para>Obsolete. Use the <see cref="T:DevExpress.XtraReports.Wizards.Views.ChooseReportLayoutPageView"/> class instead.</para>
  6009. </summary>
  6010. </member>
  6011. <member name="M:DevExpress.XtraReports.Wizards3.Views.ChooseReportLayoutPageView.#ctor">
  6012. <summary>
  6013. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards3.Views.ChooseReportLayoutPageView"/> class with the default settings.</para>
  6014. </summary>
  6015. </member>
  6016. <member name="T:DevExpress.XtraReports.Wizards3.Views.ChooseReportStylePageView">
  6017. <summary>
  6018. <para>Obsolete. Use the <see cref="T:DevExpress.XtraReports.Wizards.Views.ChooseReportStylePageView"/> class instead.</para>
  6019. </summary>
  6020. </member>
  6021. <member name="M:DevExpress.XtraReports.Wizards3.Views.ChooseReportStylePageView.#ctor">
  6022. <summary>
  6023. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards3.Views.ChooseReportStylePageView"/> class with the default settings.</para>
  6024. </summary>
  6025. </member>
  6026. <member name="T:DevExpress.XtraReports.Wizards3.Views.ChooseReportTypePageView">
  6027. <summary>
  6028. <para>Obsolete. Use the <see cref="T:DevExpress.XtraReports.Wizards.Views.ChooseReportTypePageView"/> class instead.</para>
  6029. </summary>
  6030. </member>
  6031. <member name="M:DevExpress.XtraReports.Wizards3.Views.ChooseReportTypePageView.#ctor">
  6032. <summary>
  6033. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards3.Views.ChooseReportTypePageView"/> class with the default settings.</para>
  6034. </summary>
  6035. </member>
  6036. <member name="T:DevExpress.XtraReports.Wizards3.Views.ChooseSummaryOptionsPageView">
  6037. <summary>
  6038. <para>Obsolete. Use the <see cref="T:DevExpress.XtraReports.Wizards.Views.ChooseSummaryOptionsPageView"/> class instead.</para>
  6039. </summary>
  6040. </member>
  6041. <member name="M:DevExpress.XtraReports.Wizards3.Views.ChooseSummaryOptionsPageView.#ctor">
  6042. <summary>
  6043. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards3.Views.ChooseSummaryOptionsPageView"/> class with the default settings.</para>
  6044. </summary>
  6045. </member>
  6046. <member name="T:DevExpress.XtraReports.Wizards3.Views.CustomizeLabelPageView">
  6047. <summary>
  6048. <para>Obsolete. Use the <see cref="T:DevExpress.XtraReports.Wizards.Views.CustomizeLabelPageView"/> class instead.</para>
  6049. </summary>
  6050. </member>
  6051. <member name="M:DevExpress.XtraReports.Wizards3.Views.CustomizeLabelPageView.#ctor">
  6052. <summary>
  6053. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards3.Views.CustomizeLabelPageView"/> class with the default settings.</para>
  6054. </summary>
  6055. </member>
  6056. <member name="T:DevExpress.XtraReports.Wizards3.Views.IChooseReportTypePageViewExtended">
  6057. <summary>
  6058. <para>This interface is no longer used in the current Report Wizard implementation. Use the <see cref="T:DevExpress.XtraReports.Wizards.Views.IChooseReportTypePageView"/> interface instead.</para>
  6059. </summary>
  6060. </member>
  6061. <member name="T:DevExpress.XtraReports.Wizards3.Views.SelectColumnsPageView">
  6062. <summary>
  6063. <para>Obsolete. Use the <see cref="T:DevExpress.XtraReports.Wizards.Views.SelectColumnsPageView"/> class instead.</para>
  6064. </summary>
  6065. </member>
  6066. <member name="M:DevExpress.XtraReports.Wizards3.Views.SelectColumnsPageView.#ctor">
  6067. <summary>
  6068. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards3.Views.SelectColumnsPageView"/> class with the default settings.</para>
  6069. </summary>
  6070. </member>
  6071. <member name="T:DevExpress.XtraReports.Wizards3.Views.SelectLabelTypePageView">
  6072. <summary>
  6073. <para>Obsolete. Use the <see cref="T:DevExpress.XtraReports.Wizards.Views.SelectLabelTypePageView"/> class instead.</para>
  6074. </summary>
  6075. </member>
  6076. <member name="M:DevExpress.XtraReports.Wizards3.Views.SelectLabelTypePageView.#ctor">
  6077. <summary>
  6078. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards3.Views.SelectLabelTypePageView"/> class with the default settings.</para>
  6079. </summary>
  6080. </member>
  6081. <member name="T:DevExpress.XtraReports.Wizards3.Views.SetReportTitlePageView">
  6082. <summary>
  6083. <para>Obsolete. Use the <see cref="T:DevExpress.XtraReports.Wizards.Views.SetReportTitlePageView"/> class instead.</para>
  6084. </summary>
  6085. </member>
  6086. <member name="M:DevExpress.XtraReports.Wizards3.Views.SetReportTitlePageView.#ctor">
  6087. <summary>
  6088. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards3.Views.SetReportTitlePageView"/> class with the default settings.</para>
  6089. </summary>
  6090. </member>
  6091. <member name="T:DevExpress.XtraReports.Wizards3.XtraReportModel">
  6092. <summary>
  6093. <para>Obsolete. Use the <see cref="T:DevExpress.XtraReports.Wizards.XtraReportModel"/> class instead.</para>
  6094. </summary>
  6095. </member>
  6096. <member name="M:DevExpress.XtraReports.Wizards3.XtraReportModel.#ctor">
  6097. <summary>
  6098. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards3.XtraReportModel"/> class with the default settings.</para>
  6099. </summary>
  6100. </member>
  6101. <member name="M:DevExpress.XtraReports.Wizards3.XtraReportModel.#ctor(DevExpress.XtraReports.Wizards3.XtraReportModel)">
  6102. <summary>
  6103. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards3.XtraReportModel"/> class with the specified report model.</para>
  6104. </summary>
  6105. <param name="model">An <see cref="T:DevExpress.XtraReports.Wizards3.XtraReportModel"/> object.</param>
  6106. </member>
  6107. <member name="T:DevExpress.XtraReports.Wizards3.XtraReportWizardPageFactory`2">
  6108. <summary>
  6109. <para>Obsolete. Use the <see cref="T:DevExpress.XtraReports.Wizards.XtraReportWizardClient`1"/> class instead.</para>
  6110. </summary>
  6111. <typeparam name="TModel"></typeparam>
  6112. <typeparam name="TClient"></typeparam>
  6113. </member>
  6114. <member name="M:DevExpress.XtraReports.Wizards3.XtraReportWizardPageFactory`2.#ctor(DevExpress.DataAccess.Wizard.Services.IConnectionStorageService,DevExpress.DataAccess.Wizard.Services.IParameterService,DevExpress.Entity.ProjectModel.ISolutionTypesProvider,DevExpress.Data.Entity.IConnectionStringsProvider)">
  6115. <summary>
  6116. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards3.XtraReportWizardPageFactory`2"/> class with the specified settings.</para>
  6117. </summary>
  6118. <param name="connectionStorage">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IConnectionStorageService"/> interface.</param>
  6119. <param name="parameterService">An object implementing the <see cref="T:DevExpress.DataAccess.Wizard.Services.IParameterService"/> interface.</param>
  6120. <param name="solutionTypesProvider">An object implementing the <see cref="T:DevExpress.Entity.ProjectModel.ISolutionTypesProvider"/> interface.</param>
  6121. <param name="connectionStringsProvider">An object implementing the <see cref="T:DevExpress.Data.Entity.IConnectionStringsProvider"/> interface.</param>
  6122. </member>
  6123. <member name="T:DevExpress.XtraReports.Wizards3.XtraReportWizardRunner`2">
  6124. <summary>
  6125. <para>Obsolete. This class is no longer used in the current Report Wizard implementation.</para>
  6126. </summary>
  6127. <typeparam name="TModel"></typeparam>
  6128. <typeparam name="TClient"></typeparam>
  6129. </member>
  6130. <member name="M:DevExpress.XtraReports.Wizards3.XtraReportWizardRunner`2.#ctor(DevExpress.LookAndFeel.UserLookAndFeel,System.Windows.Forms.IWin32Window)">
  6131. <summary>
  6132. <para>Initializes a new instance of the <see cref="T:DevExpress.XtraReports.Wizards3.XtraReportWizardRunner`2"/> class with the specified settings.</para>
  6133. </summary>
  6134. <param name="lookAndFeel">A <see cref="T:DevExpress.LookAndFeel.UserLookAndFeel"/> object.</param>
  6135. <param name="owner">An object implementing the <see cref="T:System.Windows.Forms.IWin32Window"/> interface.</param>
  6136. </member>
  6137. </members>
  6138. </doc>